Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGuKang committed Apr 8, 2019
1 parent 6b1c5ed commit a984a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapters/Storage/Postgres/PostgresStorageAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Parse from 'parse/node';
// @flow-disable-next
import _ from 'lodash';
import sql from './sql';
import { XRegExp } = from 'xregexp';
import { XRegExp } from 'xregexp';

const PostgresRelationDoesNotExistError = '42P01';
const PostgresDuplicateRelationError = '42P07';
Expand Down

0 comments on commit a984a7c

Please sign in to comment.