Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Conversation

@juliangruber
Copy link
Member

@juliangruber juliangruber commented May 28, 2024

> tsc -p .

Error: commands/station.js(139,[7](https://github.com/filecoin-station/core/actions/runs/9265546175/job/25487806561?pr=487#step:6:8)): error TS2353: Object literal may only specify known properties, and 'abi' does not exist in type '{ provider: any; contracts: any; onActivity: any; }'.
Error: commands/station.js(139,7): error TS1[8](https://github.com/filecoin-station/core/actions/runs/9265546175/job/25487806561?pr=487#step:6:9)004: No value exists in scope for the shorthand property 'abi'. Either declare one or provide an initializer.
Error: Process completed with exit code 2.

@bajtos would you do the honors? 🙏

@juliangruber juliangruber requested a review from bajtos May 28, 2024 07:53
@socket-security
Copy link

socket-security bot commented May 28, 2024

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@filecoin-station/spark-impact-evaluator@1.1.0 None 0 0 B

View full report↗︎

@bajtos
Copy link
Member

bajtos commented May 28, 2024

> tsc -p .

Error: commands/station.js(139,[7](https://github.com/filecoin-station/core/actions/runs/9265546175/job/25487806561?pr=487#step:6:8)): error TS2353: Object literal may only specify known properties, and 'abi' does not exist in type '{ provider: any; contracts: any; onActivity: any; }'.
Error: commands/station.js(139,7): error TS1[8](https://github.com/filecoin-station/core/actions/runs/9265546175/job/25487806561?pr=487#step:6:9)004: No value exists in scope for the shorthand property 'abi'. Either declare one or provide an initializer.
Error: Process completed with exit code 2.

@bajtos would you do the honors? 🙏

I think you forgot to remove all references to abi, the variable you removed.

    runUpdateContractsLoop({
      provider,
      abi,

Copy link
Member

@bajtos bajtos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌🏻

@juliangruber juliangruber merged commit 56c04a5 into main May 28, 2024
@juliangruber juliangruber deleted the refactor/ie-api branch May 28, 2024 12:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants