You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the method signature for transaction helper in CollectionAssociation
The arguments for `transaction` should be `**options`, actually `*args`
is unused though.
And also, the comment is not for the method anymore, the method is not
called from public.
0 commit comments