Skip to content

Commit e2c039e

Browse files
committed
[npm] Switch to using our own sql formatter
1 parent 85c8287 commit e2c039e

File tree

3 files changed

+25
-25579
lines changed

3 files changed

+25
-25579
lines changed

desktop/core/src/desktop/js/apps/editor/components/ko.snippetEditorActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import * as ko from 'knockout';
1818

1919
import 'ko/bindings/ko.publish';
20-
import { format } from 'sql-formatter';
20+
import { format } from '@gethue/sql-formatter';
2121

2222
import apiHelper from 'api/apiHelper';
2323
import componentUtils from 'ko/components/componentUtils';

0 commit comments

Comments
 (0)