Skip to content

Commit d629ea1

Browse files
committed
fix: test fail
1 parent 9e9ed1c commit d629ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

account-kit/smart-contracts/src/ma-v2/permissionBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ export class PermissionBuilder {
338338
typedData: DeferredActionTypedData;
339339
fullPreSignatureDeferredActionDigest: Hex;
340340
}> {
341-
// Need to remove this because compile_raw may add selectors
341+
// Need to remove this because compileRaw may add selectors
342342
// this.validateConfiguration();
343343

344344
// Add time range module hook via expiry
@@ -362,7 +362,7 @@ export class PermissionBuilder {
362362
);
363363
}
364364

365-
const installValidationCall = await this.compile_raw();
365+
const installValidationCall = await this.compileRaw();
366366

367367
const { typedData } = await deferralActions(
368368
this.client

0 commit comments

Comments
 (0)