feat: tag routes
This commit is contained in:
@@ -5,10 +5,5 @@ import (
|
||||
)
|
||||
|
||||
func (s *SubsPlanSvc) GetAllPlan() ([]subscribeplandomain.SubscribePlan, error) {
|
||||
subsPlan, err := s.subsAccs.GetAll()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return subsPlan, nil
|
||||
return s.subsAccs.GetAll()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user