Build fixes

This commit is contained in:
Darren Clarke 2023-05-25 09:27:26 +00:00
parent 70d97c1342
commit 04ecef98da
9 changed files with 52 additions and 45 deletions

View file

@ -1,4 +1,5 @@
/* eslint-disable unicorn/no-null,max-params */
// @ts-nocheck
import { createHash, randomBytes } from "node:crypto";
import type { AdapterInstance } from "next-auth/adapters";
import omit from "lodash/omit";