fix: Missing association

This commit is contained in:
Tom Moor
2023-05-20 11:47:32 -04:00
parent f3caaed7fe
commit dbad4a9b84

View File

@@ -56,6 +56,13 @@ import Fix from "./decorators/Fix";
},
],
},
withUser: {
include: [
{
association: "user",
},
],
},
}))
@DefaultScope(() => ({
include: [