Skip to content

Commit

Permalink
feat(sandbox): pubnub as a provider
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshamavani committed Sep 2, 2021
1 parent 336a5e2 commit f7cbe48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/pubnub-example/src/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class PubnubExampleApplication extends BootMixin(
useCustomEmailProvider: false,
useCustomSMSProvider: false,
useCustomPushProvider: true,
useCustomSequence: true,
useCustomSequence: false,
});

this.bind(PubnubBindings.Config).to({
Expand Down

0 comments on commit f7cbe48

Please sign in to comment.