Skip to content

Commit

Permalink
Styling: Fix missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent committed Jul 29, 2024
1 parent 15732bc commit e40fcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/lib/BrowserSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface SessionObj {
// something they just added, without allowing the suer
// to edit other people's contributions).

oidc?: SessionOIDCInfo
oidc?: SessionOIDCInfo;
}

export interface SessionOIDCInfo {
Expand Down

0 comments on commit e40fcbd

Please sign in to comment.