Skip to content

Commit 964fe9d

Browse files
committed
lint
1 parent ccc04bd commit 964fe9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Adapters/Storage/Postgres/PostgresStorageAdapter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const PostgresRelationDoesNotExistError = '42P01';
1212
const PostgresDuplicateRelationError = '42P07';
1313
const PostgresDuplicateColumnError = '42701';
1414
const PostgresMissingColumnError = '42703';
15-
const PostgresDuplicateObjectError = '42710';
1615
const PostgresUniqueIndexViolationError = '23505';
1716
const logger = require('../../../logger');
1817

0 commit comments

Comments
 (0)