Skip to content

Commit 06724f0

Browse files
Merge pull request #47 from imposibrus/master
transaction is allowed in association options
2 parents bf1edd8 + 953f8a2 commit 06724f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
export interface IAssociationActionOptions {
3-
43
through?: any;
4+
transaction?: any;
55
}

0 commit comments

Comments
 (0)