mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: fix low hanging lint issues (#9253)
This commit is contained in:
@ -807,7 +807,7 @@ func (api *API) runEntitlementsLoop(ctx context.Context) {
|
||||
subscribed := false
|
||||
|
||||
defer func() {
|
||||
// If this function ends, it means the context was cancelled and this
|
||||
// If this function ends, it means the context was canceled and this
|
||||
// coderd is shutting down. In this case, post a pubsub message to
|
||||
// tell other coderd's to resync their entitlements. This is required to
|
||||
// make sure things like replica counts are updated in the UI.
|
||||
|
Reference in New Issue
Block a user