mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 12:33:01 -06:00
go fmt
This commit is contained in:
parent
7eb3134a91
commit
28c6ee84d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue