Skip to content

Commit 9e8a9ba

Browse files
committed
fix: tweak for Unable to add SMS credits to Pro account. #358
1 parent 6636a74 commit 9e8a9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/settings-credits/settings-credits.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class SettingsCreditsPage extends BasePrivatePage {
144144
(error:any) => {
145145
reject(error);
146146
});
147-
}, 10000);
147+
}, 30000);
148148
});
149149
} else {
150150
return Promise.resolve(true);

0 commit comments

Comments
 (0)