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 587e7aa + 1068132 commit cdeb627Copy full SHA for cdeb627
src/component/schema.ts
@@ -5,7 +5,7 @@ import { v } from "convex/values";
5
export const notificationFields = {
6
_contentAvailable: v.optional(v.boolean()),
7
data: v.optional(v.any()),
8
- title: v.string(),
+ title: v.optional(v.string()),
9
body: v.optional(v.string()),
10
ttl: v.optional(v.number()),
11
expiration: v.optional(v.number()),
0 commit comments