Skip to content

Commit 3ce3a0e

Browse files
sharifhhAliAbdelfattahAli Abdelfattah
authored
[MOB-8856] Fix isRunningLive type in TypeScript (#696)
* Fix isRunningLive type * Update index.d.ts * Update index.d.ts Co-authored-by: Ali Abdelfattah <[email protected]> Co-authored-by: Ali Abdelfattah <[email protected]>
1 parent 4d0f3a6 commit 3ce3a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ export function disable(): void;
840840
* true if app is live on the app store.
841841
* @param {function} runningLiveCallBack callback with argument as return value 'isLive'
842842
*/
843-
export function isRunningLive(runningLiveCallBack: () => void): void;
843+
export function isRunningLive(runningLiveCallBack: (isLive: boolean) => void): void;
844844

845845
/**
846846
* Shows the welcome message in a specific mode.

0 commit comments

Comments
 (0)