This commit is contained in:
tsmethurst 2021-06-21 15:50:55 +02:00
commit dea4941b4a
2 changed files with 4 additions and 4 deletions

View file

@ -9,9 +9,9 @@ import (
func (t *timeline) Remove(statusID string) (int, error) {
l := t.log.WithFields(logrus.Fields{
"func": "Remove",
"func": "Remove",
"accountTimeline": t.accountID,
"statusID": statusID,
"statusID": statusID,
})
t.Lock()
defer t.Unlock()