Skip to content

Commit

Permalink
run prettier (directus#19059)
Browse files Browse the repository at this point in the history
  • Loading branch information
azrikahar committed Jul 4, 2023
1 parent afdc48e commit 62ee2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-driver-postgres/src/query/where.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {
AbstractSqlQuery,
AbstractSqlQueryWhereConditionNode,
AbstractSqlQueryWhereLogicalNode,
CompareValueNode
CompareValueNode,
} from '@directus/data-sql';
import { wrapColumn } from '../utils/wrap-column.js';

Expand Down

0 comments on commit 62ee2d3

Please sign in to comment.