fix: Panic when loading coordination override (#4152)

This was broken because of browser-only. This should fix it!

Signed-off-by: Kyle Carberry <kyle@carberry.com>

Signed-off-by: Kyle Carberry <kyle@carberry.com>
This commit is contained in:
Kyle Carberry
2022-09-22 11:03:49 -05:00
committed by GitHub
parent 764600003b
commit b77d6bdd91
2 changed files with 8 additions and 3 deletions

View File

@ -43,7 +43,9 @@ func New(ctx context.Context, options *Options) (*API, error) {
Entitlement: codersdk.EntitlementNotEntitled,
Enabled: false,
},
auditLogs: codersdk.EntitlementNotEntitled,
auditLogs: codersdk.EntitlementNotEntitled,
browserOnly: codersdk.EntitlementNotEntitled,
scim: codersdk.EntitlementNotEntitled,
},
cancelEntitlementsLoop: cancelFunc,
}