Skip to content

Commit 3aacc40

Browse files
author
Lars-Magnus Skog
authored
One parenthesis too much (porsager#107)
1 parent f4a94d0 commit 3aacc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ sql.begin(async sql => {
440440

441441
return [user, account]
442442
})
443-
.then(([user, account])) => {
443+
.then(([user, account]) => {
444444
// great success - COMMIT succeeded
445445
})
446446
.catch(() => {

0 commit comments

Comments
 (0)