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);

View File

@@ -391,7 +391,7 @@ function EntityField({
allowDeselect={false}
control={control}
size="xs"
className="w-20"
className="w-22"
/>
</>
) : (