Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ohafza committed Jun 26, 2023
1 parent 6ce1907 commit 9c7441e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/user-store/postgres/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {
formatModelFieldValue,
formatModelInstance,
getWhereOperatorAndValue,
parseModelFilter,
MAX_INTEGER,
parseModelFilter,
} from "../utils";

const gqlScalarToSqlType = {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/user-store/sqlite/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {
formatModelFieldValue,
formatModelInstance,
getWhereOperatorAndValue,
parseModelFilter,
MAX_INTEGER,
parseModelFilter,
} from "../utils";

const gqlScalarToSqlType = {
Expand Down

0 comments on commit 9c7441e

Please sign in to comment.