import graphql for reasons

This commit is contained in:
Kurt Hutten
2021-06-19 11:23:42 +10:00
parent 3e0f17ee3c
commit ec6919d499

View File

@@ -2,6 +2,7 @@ import { createUserInsecure } from 'src/services/users/users.js'
import { db } from 'src/lib/db'
import { sentryWrapper } from 'src/lib/sentry'
import { enforceAlphaNumeric, generateUniqueString } from 'src/services/helpers'
import 'graphql-tag'
const unWrappedHandler = async (req, _context) => {
const body = JSON.parse(req.body)