From 3fb14ebe4ece9ae9e1b41e22f08bf1006c5f5e73 Mon Sep 17 00:00:00 2001 From: adueck Date: Thu, 28 Nov 2024 01:25:26 +0500 Subject: [PATCH] now submissions works through account - still need to get a proper queue going and get a custom domain with auth for the publish function --- account/src/routers/submissions-router.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/account/src/routers/submissions-router.ts b/account/src/routers/submissions-router.ts index 453109f..4a5a303 100644 --- a/account/src/routers/submissions-router.ts +++ b/account/src/routers/submissions-router.ts @@ -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