Skip to content

Commit

Permalink
Update src/store/ms-graph-api.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Smolnikov <ssmol@equinor.com>
  • Loading branch information
Richard87 and satr authored Dec 2, 2024
1 parent a423ac0 commit 005e16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/ms-graph-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function ensureClient(state: unknown) {
}

if (!isRootState(state)){
throw new Error("Unkown state!")
throw new Error("Unknown state!")
}

if (!state.auth.provider) {
Expand Down

0 comments on commit 005e16d

Please sign in to comment.