Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PostgresStorageAdapter.js (#6989)
* Update PostgresStorageAdapter.js Improve `createClass` transaction: * `await` makes it a more consistent sequence of queries * `batch` is not needed there * No need for an extra `.then` section * Update PostgresStorageAdapter.js Remove batch-dependent error code check, as it should happen automatically without batch result. * Update PostgresStorageAdapter.js Removing unused variable.
- Loading branch information