Skip to content

Commit 406b9d7

Browse files
authored
Update transactions.md
1 parent 45a2e61 commit 406b9d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

transaction/transactions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Offshore.Transaction([User, Pet], function(trx, cb) {
6464
});
6565
});
6666
}).exec(function(err, trxResult) {
67-
if (err) {
68-
// err will contain the error you passed in the callback
69-
}
70-
// trxResult contains userPets
67+
if (err) {
68+
// err will contain the error you passed in the callback
69+
}
70+
// trxResult contains userPets
7171
});
7272
```

0 commit comments

Comments
 (0)