Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix transaction-client docs minor error #7

Merged
merged 1 commit into from
May 13, 2021

Conversation

guntribam
Copy link
Contributor

@guntribam guntribam commented May 13, 2021

It was:

await trx = await Database.transaction()

now it is:

const trx = await Database.transaction()

@RomainLanz RomainLanz merged commit 3f5c47c into adonisjs:develop May 13, 2021
@RomainLanz
Copy link
Member

Thanks!

@guntribam guntribam deleted the fix-docs-transaction-client branch May 14, 2021 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants