Skip to content

Commit

Permalink
Update src/if-run/builtins/multiply/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Narek Hovhannisyan <[email protected]>
Signed-off-by: Manushak Keramyan <[email protected]>
  • Loading branch information
manushak and narekhovhannisyan committed Jul 22, 2024
1 parent 2b5a591 commit 9ed8e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/if-run/builtins/multiply/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const config = {
};

const multiply = Multiply(config, parametersMetadata);
const result = await mult.execute([
const result = await multiply.execute([
{
duration: 3600,
timestamp: '2021-01-01T00:00:00Z',
Expand Down

0 comments on commit 9ed8e1a

Please sign in to comment.