Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf6af1b

Browse files
committed
fix ci lint
1 parent 4f01a86 commit cf6af1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/inboxnotifications.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func (api *API) watchInboxNotifications(rw http.ResponseWriter, r *http.Request)
153153
select {
154154
case notificationCh <- payload.InboxNotification:
155155
default:
156-
api.Logger.Error(ctx, "Failed to push consumed notification into websocket handler, check latency")
156+
api.Logger.Error(ctx, "failed to push consumed notification into websocket handler, check latency")
157157
}
158158
},
159159
))

0 commit comments

Comments
 (0)