Skip to content

Commit

Permalink
feat: fcm disable
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeahxx19 committed Dec 22, 2023
1 parent 90796c4 commit ed55a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/firebase/fcm.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class FcmService {
{ userId: userId },
{ notificationToken: null },
);
return true;
}

async sendPush(userId: number, body: string, type: string) {
Expand Down

0 comments on commit ed55a13

Please sign in to comment.