We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cee945f + 2d88de0 commit 0862d14Copy full SHA for 0862d14
src/component/public.ts
@@ -102,6 +102,7 @@ export const getNotification = query({
102
...notificationFields,
103
state: notificationState,
104
numPreviousFailures: v.number(),
105
+ _creationTime: v.number(),
106
})
107
),
108
handler: async (ctx, args) => {
@@ -122,6 +123,7 @@ export const getNotificationsForUser = query({
122
123
id: v.id("notifications"),
124
125
126
127
128
129
0 commit comments