Skip to content

Commit 340d88f

Browse files
committed
[FIX] iOS push image payload ์ˆ˜์ •
1 parent b4672cd commit 340d88f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

โ€Žsrc/loaders/db.tsโ€Ž

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ const connectDB = async () => {
7070
'mutable-content': 1,
7171
},
7272
},
73-
74-
fcm_options: {
75-
image: reminder.ogImage as string,
76-
},
73+
image: reminder.ogImage as string,
7774
},
7875
token: reminder.userId['fcmToken'],
7976
};

0 commit comments

Comments
ย (0)