(ctx context.Context, rw http.ResponseWriter)
| 7344 | } |
| 7345 | |
| 7346 | func writeChatUsageLimitGroupOverrideNotFound(ctx context.Context, rw http.ResponseWriter) { |
| 7347 | httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{ |
| 7348 | Message: "Chat usage limit group override not found.", |
| 7349 | }) |
| 7350 | } |
| 7351 | |
| 7352 | func writeChatUsageLimitGroupNotFound(ctx context.Context, rw http.ResponseWriter) { |
| 7353 | httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{ |
no test coverage detected