Fixed scene

This commit is contained in:
hannathkadher
2024-11-02 19:36:56 +04:00
parent 2b6168058a
commit 7e9894b1d3
22 changed files with 672 additions and 413 deletions

View File

@ -36,8 +36,6 @@ export function buildTypeORMIncludeQuery(
}
});
console.log(`Including relations for ${modelName}:`, relations);
return relations;
}