singer-io / tap-typeform

Singer.io tap for extracting TypeForm data
GNU Affero General Public License v3.0
11 stars 20 forks source link

Fix IndexError bug in landings pagination #51

Closed leslievandemark closed 2 years ago

leslievandemark commented 2 years ago

Description of change

The items default to empty list was indexed on and to get an IndexError. This pr checks if items is empty first.

Manual QA steps

Risks

Rollback steps