diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 0000000..9e8741b --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +yarn tsc \ No newline at end of file diff --git a/src/schema/image.ts b/src/schema/image.ts index 79a0f8b..bb7932d 100644 --- a/src/schema/image.ts +++ b/src/schema/image.ts @@ -1,4 +1,3 @@ -import { AuthenticationError } from "apollo-server-micro"; import { Authorized, Field,