Skip to content

Commit

Permalink
Merge pull request #636 from cygaar/fix_build
Browse files Browse the repository at this point in the history
fix: node package builds
  • Loading branch information
fabianhug authored Nov 28, 2024
2 parents 6682a71 + 2fce444 commit de4c1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If a docs change is needed: I have updated the documentation accordingly.
## Detailed testing steps

<!--
None, automtated tests are fine.
None, automated tests are fine.
-->

<!--
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solana/src/providers/trustScoreProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class TrustScoreManager {
this.backendToken = runtime.getSetting("BACKEND_TOKEN");
this.simulationSellingService = new SimulationSellingService(
runtime,
this.tokenProvider
this.trustScoreDb
);
}

Expand Down

0 comments on commit de4c1ec

Please # to comment.