Skip to content

Commit

Permalink
notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Mar 30, 2024
1 parent 6bd5876 commit 20e808a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/lib/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export async function createNotification(
data: {
text,
userId,
ticketId: ticket.id,
},
});
} catch (error) {
Expand Down

0 comments on commit 20e808a

Please sign in to comment.