We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093412c commit e093b83Copy full SHA for e093b83
src/os_fcm_notif.eliom
@@ -139,7 +139,7 @@ module Data =
139
140
let add_notification_channel_id id t =
141
("android_channel_id", `String id) :: t
142
-
+
143
let add_notification_id id t =
144
("notId", `Int id) :: t
145
src/os_fcm_notif.eliomi
@@ -228,7 +228,7 @@ module Data :
228
val add_notification_id : int -> t -> t
229
230
val add_notification_channel_id : string -> t -> t
231
232
module Style :
233
sig
234
type t = Inbox | Picture
0 commit comments