Explicitly add graphql-tag as api dependency

This commit is contained in:
Kurt Hutten
2021-06-19 08:51:42 +10:00
parent 13b5d9c108
commit 35a1d84951
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +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'
import 'graphql-tag'
const unWrappedHandler = async (req, _context) => {
const body = JSON.parse(req.body)