Skip to content

Commit

Permalink
feat: update data
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Feb 28, 2024
1 parent b4f4071 commit ecd6260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/filter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"latest": [
151, 53994, 54570, 54481, 54537, 54302, 53944, 55768, 55855, 56592, 54986,
56875, 56873, 56666, 55996, 57407, 56249, 57858, 56973, 58600, 57399, 59737
56875, 56873, 56666, 55996, 57407, 56249, 57858, 56973, 58600, 57399, 59737,
61688
],
"comment": [54986],
"comment_content": ["snowcherryblossom"]
Expand Down
1 change: 0 additions & 1 deletion src/models/home.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export async function getFeed({
topic?: string
translateTo?: Language
}) {
console.log("getFeed", type)
if (type === "search" && !searchKeyword) {
type = "latest"
}
Expand Down

0 comments on commit ecd6260

Please sign in to comment.