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
I take it you're using v4 from the name; it's called HasOneOptions in v5 typings, and it looks like it's fixed in v5 beta.
If you've solved the problem, you might close the issue. If not, you can override locally using typescript's declare module. Here's an example of how I did it for similar issues:
As the title says AssociationOptionsHasOne does not have a scope although in the Sequelize it is possible to add scole to hasone association.
The text was updated successfully, but these errors were encountered: