Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Oct 31, 2024
1 parent a76190a commit 2b73a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ describe('query userAlerts', () => {
showRecoverStreak
lastBootPopup
lastFeedSettingsFeedback
topReaderBadge
}
}`;

Expand Down
1 change: 1 addition & 0 deletions src/routes/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default async function (fastify: FastifyInstance): Promise<void> {
showRecoverStreak
lastBootPopup
lastFeedSettingsFeedback
topReaderBadge
}
}`;

Expand Down

0 comments on commit 2b73a93

Please sign in to comment.