Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neven-s committed Jan 7, 2025
1 parent 6251f5f commit 4b88ba5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/core-mobile/app/services/fcm/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ export const NotificationsBalanceChangeSchema = object({
sound: string().optional(),
android: object({
channelId: nativeEnum(ChannelId).optional()
}).optional()
})
.optional()
.describe(
'Deprecated: this is for backward compatibility, remove when https://github.com/ava-labs/core-notification-sender-service/pull/62 is released to prod '
) //TODO
}).optional()
})

Expand Down

0 comments on commit 4b88ba5

Please sign in to comment.