Skip to content

Commit

Permalink
fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
kamtschatka committed Jul 21, 2024
1 parent 5ebb591 commit 62b9350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/trpc/routers/bookmarks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ describe("Bookmark Routes", () => {
const bookmarkWithDate = (date_ms: number) => ({
userId: user.id,
createdAt: new Date(date_ms),
type: BookmarkTypes.TEXT,
type: BookmarkTypes.TEXT as const,
});

// One normal bookmark
Expand Down

0 comments on commit 62b9350

Please sign in to comment.