Merge pull request #8941 from satrox28/patch-1

Fixing typo error on Changelog
This commit is contained in:
Patrik Oldsberg
2022-01-14 20:16:11 +01:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@
function makeCreateEnv(config: Config) {
...
+ const permissions = ServerPerimssionClient.fromConfig(config, {
+ const permissions = ServerPermissionClient.fromConfig(config, {
+ discovery,
+ tokenManager,
+ });