Skip to content

Commit 095a34c

Browse files
committed
Using proper variable >_>
1 parent 56b6f3b commit 095a34c

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
@@ -114,7 +114,7 @@ export default class RNCallKeep {
114114
static setReachable() {
115115

116116
}
117-
static isCallActive(uuid: string): void{
117+
static isCallActive(uuid: string): Promise<boolean> {
118118

119119
}
120120
/**

0 commit comments

Comments
 (0)