Push two stragglers
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { GenerateUploadURL } from "../../gcloud";
|
||||
import { GenerateUploadURL } from "../../gcloud.js";
|
||||
|
||||
function errorResponse(error: string, status: number): Response {
|
||||
return new Response(JSON.stringify({ error }), {
|
||||
|
Reference in New Issue
Block a user