Skip to content

Commit a984a7c

Browse files
committed
Fix issue #5293
1 parent 6b1c5ed commit a984a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Storage/Postgres/PostgresStorageAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Parse from 'parse/node';
55
// @flow-disable-next
66
import _ from 'lodash';
77
import sql from './sql';
8-
import { XRegExp } = from 'xregexp';
8+
import { XRegExp } from 'xregexp';
99

1010
const PostgresRelationDoesNotExistError = '42P01';
1111
const PostgresDuplicateRelationError = '42P07';

0 commit comments

Comments
 (0)