updated postgres package build

This commit is contained in:
dswbx
2025-06-07 10:31:22 +02:00
parent e66e05b2b0
commit 7bff84d601
3 changed files with 3 additions and 3 deletions

View File

@@ -344,7 +344,6 @@ export class DataController extends Controller {
if (!this.entityExists(entity)) {
return this.notFound(c);
}
console.log("id", id);
const options = c.req.valid("query") as RepoQuery;
const result = await this.em.repository(entity).findId(id, options);