diff --git a/app/api/src/functions/identity-signup.js b/app/api/src/functions/identity-signup.js index 192f49d..4d128cc 100644 --- a/app/api/src/functions/identity-signup.js +++ b/app/api/src/functions/identity-signup.js @@ -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)