Skip to content

Commit

Permalink
typescript check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhat Pal committed Feb 4, 2021
1 parent 67461a1 commit 033b0c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn tsc
1 change: 0 additions & 1 deletion src/schema/image.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { AuthenticationError } from "apollo-server-micro";
import {
Authorized,
Field,
Expand Down

0 comments on commit 033b0c1

Please sign in to comment.