Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Fix mistake.
  • Loading branch information
sam-artuso authored Apr 14, 2024
1 parent 753b592 commit 3203113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class AccountService {
) {}

async createAccountForUser(id: number): Promise<Account> {
return this.txHost.tx.create({
return this.tx.create({
data: { userId: id, number: Math.random() },
});
}
Expand Down

0 comments on commit 3203113

Please sign in to comment.