Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Nov 28, 2022
2 parents e9a06b2 + 67e133b commit 1788d9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/loaders/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ const connectDB = async () => {
'mutable-content': 1,
},
},

fcm_options: {
image: reminder.ogImage as string,
},
image: reminder.ogImage as string,
},
token: reminder.userId['fcmToken'],
};
Expand Down

0 comments on commit 1788d9a

Please sign in to comment.