diff --git a/cmd/root.go b/cmd/root.go index 7ab201c..f4f111f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -69,7 +69,7 @@ func updateFeed(feedResp []byte, gamePk, ts, updateId string) ([]byte, error) { for _, patch := range patches { feedResp, err = patch.Apply(feedResp) if err != nil { - break + return statsapi.RequestFeed(gamePk) } }