mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 17:12:19 +08:00
Chore: Replace util.DynMap with structs (#36332)
* Chore: Replace util.DynMap * Chore: added comments
This commit is contained in:
@ -302,5 +302,5 @@ func GetAnnotationTags(c *models.ReqContext) response.Response {
|
||||
return response.Error(500, "Failed to find annotation tags", err)
|
||||
}
|
||||
|
||||
return response.JSON(200, util.DynMap{"result": result})
|
||||
return response.JSON(200, annotations.GetAnnotationTagsResponse{Result: result})
|
||||
}
|
||||
|
Reference in New Issue
Block a user