Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Push two stragglers
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 04dcbb4 commit 15a816f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/api/auth/session.ts
@@ -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(
Expand Down
2 changes: 1 addition & 1 deletion functions/api/reports/submit.ts
@@ -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 }), {
Expand Down

0 comments on commit 15a816f

Please sign in to comment.