Skip to content

Commit

Permalink
Merge branch 'feature/WEOS-1178' into WEOS-1251
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyDeo committed Jan 27, 2022
2 parents 50d1221 + 5f1e288 commit 60717f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/rest/controller_standard.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func (c *StandardControllers) View(app model.Service, spec *openapi3.Swagger, pa
etag, _ := newContext.Value("If-None-Match").(string)
entityID, _ := newContext.Value("use_entity_id").(bool)

var result map[string]interface{}
result := map[string]interface{}{}
var err error

//get by keys
Expand Down

0 comments on commit 60717f6

Please sign in to comment.