distributeaid / aggregated-public-information

https://aggregated-public-information.vercel.app
1 stars 4 forks source link

fix: remove @ts-expect-error directives causing ci/cd error #183

Closed swizzard closed 1 week ago

swizzard commented 1 week ago

What changed?

Fix for https://github.com/distributeaid/aggregated-public-information/issues/182

How can you test this?

Locally, run yarn tsc (or yarn run check:types) and make sure there are no errors. On GitHub, open a PR and ensure the pipeline continues past the Run type check step.