Skip to content

Commit

Permalink
fix(web): eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyao27 committed Aug 17, 2022
1 parent 884b189 commit 64881ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function handleFetch(link: any[]) {
throw new Error(res.errorMessage)
})
}
return null
}
const operates = [
'findUnique',
Expand Down

0 comments on commit 64881ef

Please sign in to comment.