Skip to content

Commit 0863b65

Browse files
committed
Remove unused import
1 parent 5abc365 commit 0863b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sync-rules/src/request_functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ExpressionType } from './ExpressionType.js';
2-
import { jsonExtract, jsonExtractFromRecord } from './sql_functions.js';
2+
import { jsonExtractFromRecord } from './sql_functions.js';
33
import { ParameterValueSet, SqliteValue } from './types.js';
44

55
export interface SqlParameterFunction {

0 commit comments

Comments
 (0)