get features
This commit is contained in:
@@ -46,7 +46,7 @@ func (t *Feedback) GetByUUID(uuid string) (*models.Feedback, error) {
|
||||
return &ticket, nil
|
||||
}
|
||||
|
||||
func (t *Feedback) GetByProjectID(projectID models.FeedbackType) ([]*models.Feedback, error) {
|
||||
func (t *Feedback) GetByProjectID(projectID string) ([]*models.Feedback, error) {
|
||||
var tickets []*models.Feedback
|
||||
|
||||
res := t.db.
|
||||
|
||||
Reference in New Issue
Block a user