@@ -1305,7 +1305,7 @@ export class PostgresStorageAdapter {
|
|||||||
if (err.code === PostgresRelationDoesNotExistError) {
|
if (err.code === PostgresRelationDoesNotExistError) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
return Promise.reject(err);
|
throw err;
|
||||||
})
|
})
|
||||||
.then(results => results.map(object => this.postgresObjectToParseObject(className, object, schema)));
|
.then(results => results.map(object => this.postgresObjectToParseObject(className, object, schema)));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user