Skip to content

Commit

Permalink
feat push
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Sep 3, 2023
1 parent e6222dd commit 1b8d1e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ export class AppComponent implements OnInit {
serverPublicKey: 'BFSCppXa1OPCktrYhZN3GfX5gKI00al-eNykBwk3rmHRwjfrGeo3JXaTPP_0EGQ01Ik_Ubc2dzvvFQmOc3GvXsY'
});

this.profileService
.addPushSubscriber(pushSubscription, this.deviceId, this.deviceInfo);
await this.profileService.addPushSubscriber(pushSubscription, this.deviceId, this.deviceInfo);

};

Expand Down

0 comments on commit 1b8d1e3

Please sign in to comment.