Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MunishSharmaHMCTS committed Nov 7, 2024
1 parent d01ba80 commit f7f5cbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/auth/models/strategy.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ export abstract class Strategy extends events.EventEmitter {

this.serializeUser()
this.deserializeUser()
; (async () => {
await this.initialiseStrategy(this.options)
})()
;(async () => {
await this.initialiseStrategy(this.options)
})()

this.initializePassport()
this.initializeSession()
Expand Down

0 comments on commit f7f5cbf

Please sign in to comment.