Skip to content

Commit

Permalink
fix:謎タブ
Browse files Browse the repository at this point in the history
  • Loading branch information
penginn-net committed Sep 24, 2024
1 parent b7fee84 commit 74aa8ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
userId: me.id,
});

await this.advancedSearchService.indexFavorite(id, {
await this.advancedSearchService.indexFavorite(id, {
userId: me.id,
noteId: note.id,
});
Expand Down

0 comments on commit 74aa8ef

Please sign in to comment.