From 005e16d48e71f853209a1e04051ba389f00adde3 Mon Sep 17 00:00:00 2001 From: Richard Hagen Date: Mon, 2 Dec 2024 08:34:44 +0100 Subject: [PATCH] Update src/store/ms-graph-api.ts Co-authored-by: Sergey Smolnikov --- src/store/ms-graph-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/ms-graph-api.ts b/src/store/ms-graph-api.ts index d3f2f4daf..26cbda88a 100644 --- a/src/store/ms-graph-api.ts +++ b/src/store/ms-graph-api.ts @@ -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) {