docs: updates docs to refer to using uid

This commit is contained in:
bergquist
2019-01-28 22:03:16 +01:00
parent 7c93335d28
commit e218cc7637
3 changed files with 8 additions and 3 deletions

View File

@@ -281,10 +281,12 @@ func generateNewAlertNotificationUid(sess *DBSession, orgId int64) (string, erro
if err != nil {
return "", err
}
if !exists {
return uid, nil
}
}
return "", m.ErrAlertNotificationFailedGenerateUniqueUid
}