Skip to content

Commit

Permalink
fix(daemon): correct getWebPageBundlerFormula args
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Feb 19, 2024
1 parent 9fbbfb3 commit 21b5750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daemon/src/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -864,8 +864,8 @@ const makeDaemonCore = async (
}
const formulaNumber = await randomHex512();
const formula = persistencePowers.getWebPageBundlerFormula(
powersFormulaIdentifier,
workerFormulaIdentifier,
powersFormulaIdentifier,
);
return provideValueForNumberedFormula(formula.type, formulaNumber, formula);
};
Expand Down

0 comments on commit 21b5750

Please sign in to comment.