Fix entity referencing issue during post-seeded relational fetch

This commit is contained in:
dswbx
2025-01-10 17:28:43 +01:00
parent e94e8d8bd1
commit bb756548a6
11 changed files with 95 additions and 29 deletions

View File

@@ -26,7 +26,6 @@ export class AppMedia extends Module<typeof mediaConfigSchema> {
private _storage?: Storage;
override async build() {
console.log("building");
if (!this.config.enabled) {
this.setBuilt();
return;