(ctx context.Context, rw http.ResponseWriter)
| 7332 | } |
| 7333 | |
| 7334 | func writeChatUsageLimitUserNotFound(ctx context.Context, rw http.ResponseWriter) { |
| 7335 | httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{ |
| 7336 | Message: "User not found.", |
| 7337 | }) |
| 7338 | } |
| 7339 | |
| 7340 | func writeChatUsageLimitOverrideNotFound(ctx context.Context, rw http.ResponseWriter) { |
| 7341 | httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{ |
no test coverage detected