Skip to content

Commit

Permalink
merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaamil2 committed Sep 30, 2024
1 parent cc77246 commit c4f038d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/internal/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type UserRating interface {

type Profiles interface {
UpdateProfilePrefences(context.Context, uuid.UUID, string, string, string, string) error
}
type VenueRatings interface {
GetAllVenueRatings(context.Context, uuid.UUID) ([]models.VenueRatings, error)
}

0 comments on commit c4f038d

Please sign in to comment.