Skip to content

Commit 67e133b

Browse files
authored
Merge pull request #41 from TeamHavit/feature/40
[FIX] iOS push image payload
2 parents b4672cd + 340d88f commit 67e133b

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)