Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Jan 30, 2025
1 parent 48f5c86 commit 35ac12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/services/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export class SessionService implements IdentityContext {
}

@Injected(BoilerplateApiClient)
private declare api: BoilerplateApiClient
declare private api: BoilerplateApiClient

@Injected(NotyService)
private declare readonly notys: NotyService
declare private readonly notys: NotyService
}

0 comments on commit 35ac12b

Please sign in to comment.