Skip to content

Commit

Permalink
♻️ Remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Sstark97 committed Dec 6, 2024
1 parent 05f02f6 commit 61db5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/infrastructure/repositories/PusherManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export class PusherManager implements RealTimeManager<Repository> {
private pusher: Pusher;

constructor(key: string, cluster: string) {

this.pusher = new Pusher(key, { cluster });
}

Expand Down

0 comments on commit 61db5ec

Please sign in to comment.