missed a commit

This commit is contained in:
davidnewhall2 2019-12-15 13:44:13 -08:00
parent f287cf6d0c
commit 5166688588
1 changed files with 2 additions and 0 deletions

View File

@ -95,9 +95,11 @@ func (u *Unifi) GetIDS(sites Sites, from, to time.Time) ([]*IDS, error) {
if err != nil {
return data, err
}
for i := range ids {
ids[i].SourceName = u.URL
}
data = append(data, ids...)
}