Push two stragglers

This commit is contained in:
2023-10-19 16:49:10 -04:00
parent 04dcbb4181
commit 15a816f82a
2 changed files with 2 additions and 2 deletions

View File

@ -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 }), {