gaxOptions parameter is not optional in rollback() #309
Labels
api: datastore
Issues related to the googleapis/nodejs-datastore API.
🚨
This issue needs some love.
triage me
I really want to be triaged.
By analogy with
Transaction.commit()
nodejs-datastore/src/transaction.ts
Line 129 in 4bbe64f
the first parameter of
rollback()
,gaxOptions
, should be optional:nodejs-datastore/src/transaction.ts
Line 363 in 4bbe64f
The text was updated successfully, but these errors were encountered: