Skip to content

Commit b334c66

Browse files
committed
sound should be undefined
1 parent 7d467c9 commit b334c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const coordinateSendingPushNotifications = internalMutation({
154154
expiration: n.metadata.expiration ?? undefined,
155155
priority: n.metadata.priority ?? undefined,
156156
subtitle: n.metadata.subtitle ?? undefined,
157-
sound: n.metadata.sound ?? "default",
157+
sound: n.metadata.sound ?? undefined,
158158
badge: n.metadata.badge ?? undefined,
159159
interruptionLevel: n.metadata.interruptionLevel ?? undefined,
160160
channelId: n.metadata.channelId ?? undefined,

0 commit comments

Comments
 (0)