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:
parent
fc780d4643
commit
3fb14ebe4e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue