feat: contacts working

This commit is contained in:
2025-04-11 20:31:51 +01:00
parent 7264c6ed32
commit c02ccfd274
5 changed files with 29 additions and 11 deletions

View File

@@ -39,6 +39,8 @@ type ImageWithProperties struct {
}
Notes []model.Notes
Contacts []model.Contacts
}
func getUserIdFromImage(ctx context.Context, dbPool *sql.DB, imageId uuid.UUID) (uuid.UUID, error) {