Skip to content

Commit

Permalink
fix: uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
yoojinko committed Sep 13, 2023
1 parent d01dd71 commit f7a870e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export default class App extends ModuleBase {
setBillingConfigOps.push(configOp);

const txBody = this.buildTxBody([
// createAppOp,
createAppOp,
...setRuleOps,
// ...setFunctionOps,
...setFunctionOps,
...setBillingConfigOps,
]);
return await this.sendTransaction(txBody);
Expand Down

0 comments on commit f7a870e

Please sign in to comment.