now submissions works through account - still need to get a proper queue going and get a custom domain with auth for the publish function

This commit is contained in:
adueck 2024-11-28 01:25:26 +05:00
parent fc780d4643
commit 3fb14ebe4e
1 changed files with 0 additions and 6 deletions

View File

@ -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