Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jul 31, 2024
1 parent 468df4b commit f863673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/routes/accounts/_account/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const accounts: FastifyPluginAsync = async (fastify): Promise<void> => {
async function (request, reply) {
const account = request.params.account;
const notifications = await getNotificationsByAccount({ account });
reply.send([]);
reply.send(notifications);
}
);
};
Expand Down

0 comments on commit f863673

Please sign in to comment.