Push two stragglers

This commit is contained in:
regalijan 2023-10-19 16:49:10 -04:00
parent 04dcbb4181
commit 15a816f82a
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import GetPermissions from "../../permissions";
import GetPermissions from "../../permissions.js";
async function generateTokenHash(token: string): Promise<string> {
const hash = await crypto.subtle.digest(

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