feat: contacts working
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user