Skip to content

Commit 953f8a2

Browse files
committed
transaction is allowed in association options
1 parent bf1edd8 commit 953f8a2

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)