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

Commit b4a4b39

Browse files
committed
fix a typo
1 parent 0ab7a64 commit b4a4b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/automations/FormulaGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class FormulaGenerator implements IGenerateObject {
2020
Object.assign(final_object, {
2121
js: await this.generate_js_functions(),
2222
dataview: DataviewService.getDataviewAPI(),
23-
rollup: (relation: Link[], action?: string, key?: string) => new Rollup(relation, action, key)
23+
rollup: (relation: Link[]) => new Rollup(relation)
2424
}
2525
);
2626
return final_object;

0 commit comments

Comments
 (0)