feat(alerting): remove dummie values from email notifier

This commit is contained in:
bergquist
2016-06-23 16:30:12 +02:00
parent 6121d15ba7
commit 48e1a17ac2
5 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ type GetDashboardTagsQuery struct {
type GetDashboardsQuery struct {
DashboardIds []int64
Result *[]Dashboard
Result []*Dashboard
}
type GetDashboardSlugByIdQuery struct {