Skip to content

Commit

Permalink
Remove additional options
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirbaidhya committed Aug 28, 2019
1 parent f9fa6cf commit 9f86454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Setup and Teardown steps aren't always run within a single transaction. **You ne
```ts
await db.transaction(async trx => {
// Rollback and create all db objects using config.
await synchronize(config, trx, { force: false });
await synchronize(config, trx);
});
```

Expand Down

0 comments on commit 9f86454

Please sign in to comment.