Skip to content

Commit

Permalink
fix nonfree push stub
Browse files Browse the repository at this point in the history
  • Loading branch information
RoepStoep committed Sep 14, 2023
1 parent ec6982e commit f2e2310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/push.stub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {

init() {},

async register(): Promise<void> {
async register(_?: boolean): Promise<void> {
return Promise.resolve()
},

Expand Down

0 comments on commit f2e2310

Please sign in to comment.