grafana / iot-sitewise-datasource

IoT Sitewise
Apache License 2.0
19 stars 9 forks source link

chore: refactor paginator #313

Closed chejimmy closed 1 month ago

chejimmy commented 1 month ago

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

chejimmy commented 1 month ago

LGTM.

Just need to fix the yarn spellcheck by fixing the typo Pagainating in src/SiteWiseQueryPaginator.test.ts. Also ddced in the nextToken is being picked up as an unknown word by the spellcheck. You can replace that substring in the token with some random characters to make it pass the spellcheck.

🙏 TY for the review; updated for spellcheck 👍