This commit is contained in:
tsmethurst 2021-07-11 16:14:35 +02:00
commit 28c6ee84d1

View file

@ -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()