Spell SFU correctly

This commit is contained in:
David Baker
2023-07-12 17:05:37 +01:00
parent d86d3de95e
commit c11259d2aa
+1 -1
View File
@@ -48,7 +48,7 @@ export async function getSFUConfigWithOpenID(
}),
});
if (!res.ok) {
throw new Error("SFO Config fetch failed with status code " + res.status);
throw new Error("SFU Config fetch failed with status code " + res.status);
}
return await res.json();
}