Skip to content

Commit

Permalink
Skip check is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Nov 26, 2024
1 parent 3ecda3b commit 51ec475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stakers/src/stakerComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class StakerComponent {
return await Promise.all(
dnpNames.map(async (dnpName) => {
try {
await this.dappnodeInstaller.getRepoContract(dnpName);
// await this.dappnodeInstaller.getRepoContract(dnpName);
const pkgData = await packageGetData(this.dappnodeInstaller, dnpName);
return {
status: "ok",
Expand Down

0 comments on commit 51ec475

Please sign in to comment.