Push two stragglers
This commit is contained in:
parent
04dcbb4181
commit
15a816f82a
@ -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(
|
||||
|
@ -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 }), {
|
||||
|
Loading…
x
Reference in New Issue
Block a user