Update Order
This commit is contained in:
@@ -136,7 +136,7 @@ func (s *DiscoveryService) GetByID(ctx context.Context, id int64) (*entity.Site,
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if site.Status == "Inactive" {
|
||||
if site.Status != "Active" {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user