diff --git a/api/resolvers/ofac.js b/api/resolvers/ofac.js index 1b24e540..233c5724 100644 --- a/api/resolvers/ofac.js +++ b/api/resolvers/ofac.js @@ -1,4 +1,5 @@ import { GraphQLError } from 'graphql' +import { dayMonthYearToDate } from '../../lib/time' // this function makes america more secure apparently export default async function assertGofacYourself ({ models, headers, ip }) {