Skip to content

Commit

Permalink
最初のフィルターはいらないので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ulong32 committed Jan 29, 2024
1 parent 615ec23 commit b79416d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ ORDER BY ?birthdate`.replace(/\n +/g, "");
//console.table(lilyBirthdayObjects)
gardenList = getGardenList(lilyBirthdayObjects);
charaTypeList = getCharaTypeList(lilyBirthdayObjects);
selectedLilyList = filterByCharaType(
filterByGarden(lilyBirthdayObjects, selectedGardenList),
selectedCharaTypeList
);
selectedLilyList = lilyBirthdayObjects;
isLoaded = true;
});
});
Expand Down

0 comments on commit b79416d

Please sign in to comment.