Skip to content

Commit

Permalink
fix: Fix auth publisher mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Aug 19, 2019
1 parent c5e3325 commit 08bad61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/authentication/src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class AuthenticationService extends AuthenticationBase implements Partial
}
});

if (typeof self.publish !== 'function') {
if (typeof self.publish === 'function') {
self.publish(() => null);
}
}
Expand Down

0 comments on commit 08bad61

Please # to comment.