Skip to content

Commit

Permalink
now submissions works through account - still need to get a proper qu…
Browse files Browse the repository at this point in the history
…eue going and get a custom domain with auth for the publish function
  • Loading branch information
adueck committed Nov 27, 2024
1 parent fc780d4 commit 3fb14eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions account/src/routers/submissions-router.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import express, { Response } from "express";
import * as T from "../../../website/src/types/account-types";
import { receiveSubmissions } from "../lib/submissions";
import { google } from "googleapis";
import {
getEntriesFromSheet,
Sheets,
} from "../../../functions/lib/spreadsheet-tools";
import env from "../lib/env-vars";

// TODO: ADD PROPER ERROR HANDLING THAT WILL RETURN JSON ALWAYS

Expand Down

0 comments on commit 3fb14eb

Please sign in to comment.