Skip to content

Commit

Permalink
fix: don't fetch site user model, allow admin rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Jan 28, 2025
1 parent a7f4caa commit b6d5c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/admin/controllers/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = wrapHandlers({
include: [
{
model: Site,
include: [User, Domain, SiteBranchConfig],
include: [Domain, SiteBranchConfig],
},
],
});
Expand Down

0 comments on commit b6d5c13

Please sign in to comment.