Skip to content

Commit 7549458

Browse files
committed
fix: add documenting comment for webauthn gas estimator usage
1 parent 31178aa commit 7549458

File tree

1 file changed

+1
-1
lines changed
  • account-kit/smart-contracts/src/ma-v2/client

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export async function createModularAccountV2Client(
166166
gasEstimator: webauthnGasEstimator(),
167167
};
168168
case "default":
169-
case undefined:
169+
default:
170170
return {};
171171
}
172172
});

0 commit comments

Comments
 (0)