We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1c5ed commit a984a7cCopy full SHA for a984a7c
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js
@@ -5,7 +5,7 @@ import Parse from 'parse/node';
5
// @flow-disable-next
6
import _ from 'lodash';
7
import sql from './sql';
8
-import { XRegExp } = from 'xregexp';
+import { XRegExp } from 'xregexp';
9
10
const PostgresRelationDoesNotExistError = '42P01';
11
const PostgresDuplicateRelationError = '42P07';
0 commit comments