mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
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:
@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user