style: dont expose func outside package

This commit is contained in:
bergquist
2018-03-13 11:24:10 +01:00
parent 3f2c086e6f
commit 061a418f0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ func DeleteDashboard(cmd *m.DeleteDashboardCommand) error {
}
}
if err := DeleteAlertDefinition(dashboard.Id, sess); err != nil {
if err := deleteAlertDefinition(dashboard.Id, sess); err != nil {
return nil
}