Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
yoojinko committed Sep 13, 2023
1 parent f7a870e commit 92186d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default class App extends ModuleBase {
* @param {setTriggerFunctionParam[]} functions
* @returns Result of transaction.
*/
async setTriggerFunctions(appName: string, functions: any[]) {
async setTriggerFunctions(appName: string, functions: setTriggerFunctionParm[]) {
const setFunctionOps: SetOperation[] = [];
for (const param of Object.values(functions)) {
const value = this.buildSetFunctionValue(param);
Expand Down

0 comments on commit 92186d1

Please sign in to comment.