Skip to content

Commit 143d502

Browse files
committed
lint
1 parent 41d3d8d commit 143d502

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
@@ -886,7 +886,7 @@ export class PostgresStorageAdapter implements StorageAdapter {
886886
}
887887

888888
async classExists(name: string) {
889-
await this._client.one(
889+
return this._client.one(
890890
'SELECT EXISTS (SELECT 1 FROM information_schema.tables WHERE table_name = $1)',
891891
[name],
892892
a => a.exists

0 commit comments

Comments
 (0)