diff --git a/internal/timeline/remove.go b/internal/timeline/remove.go index ee4f112c5..cf0b0b617 100644 --- a/internal/timeline/remove.go +++ b/internal/timeline/remove.go @@ -81,7 +81,7 @@ func (t *timeline) RemoveAllBy(accountID string) (int, error) { l := t.log.WithFields(logrus.Fields{ "func": "RemoveAllBy", "accountTimeline": t.accountID, - "accountID": accountID, + "accountID": accountID, }) t.Lock() defer t.Unlock()