Require knex transaction where expected #618
Labels
good first issue
Good for newcomers
hacktoberfest
pkg: backend
Changes in the backend package.
tech debt
Areas which require refactor and clean up
Milestone
When a function is expecting a
trx?: TransactionOrKnex
as a parameter, we should change the type to be specificallyTransaction
instead.The text was updated successfully, but these errors were encountered: