Skip to content

Commit 3bb476b

Browse files
committed
fix: format
1 parent 1cfc6f9 commit 3bb476b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/testapp/src/pages/auto-sub-account/index.page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ export default function AutoSubAccount() {
237237
const requests: Array<{ type: string; optional: boolean }> = [];
238238
if (dataCallbackConfig.email) requests.push({ type: 'email', optional: false });
239239
if (dataCallbackConfig.name) requests.push({ type: 'name', optional: false });
240-
if (dataCallbackConfig.phoneNumber)
241-
requests.push({ type: 'phoneNumber', optional: false });
240+
if (dataCallbackConfig.phoneNumber) requests.push({ type: 'phoneNumber', optional: false });
242241

243242
if (requests.length > 0) {
244243
capabilities.dataCallback = {

0 commit comments

Comments
 (0)