This commit is contained in:
Ted Unangst 2022-11-14 14:21:49 -05:00
parent b7c7deddb1
commit 2aa53ec46e
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ func gimmexonks(user *WhatAbout, outbox string) {
if ok {
j, err = GetJunk(user.ID, page1)
if err != nil {
ilog.Printf("error gettings page1: %s", err)
ilog.Printf("error getting page1: %s", err)
return
}
items, _ = j.GetArray("orderedItems")