This commit is contained in:
tsmethurst 2021-08-15 18:12:13 +02:00
commit a90cf75f8a
3 changed files with 8 additions and 9 deletions

View file

@ -135,8 +135,8 @@ func (t *timeline) GetXFromTop(amount int) ([]*apimodel.Status, error) {
func (t *timeline) GetXBehindID(amount int, behindID string, attempts *int) ([]*apimodel.Status, error) {
l := t.log.WithFields(logrus.Fields{
"func": "GetXBehindID",
"amount": amount,
"func": "GetXBehindID",
"amount": amount,
"behindID": behindID,
"attempts": *attempts,
})