fix: prompts

This commit is contained in:
2025-04-14 10:28:31 +01:00
parent 0596ea2b1e
commit 1f83b721a6
3 changed files with 8 additions and 9 deletions

View File

@@ -90,11 +90,8 @@ func (m UserModel) ListWithProperties(ctx context.Context, userId uuid.UUID) ([]
images := []ImageWithProperties{}
fmt.Println(listWithPropertiesStmt.DebugSql())
err := listWithPropertiesStmt.QueryContext(ctx, m.dbPool, &images)
fmt.Println(images)
if err != nil {
return images, err
}