Skip to content

Commit 56b6f3b

Browse files
committed
Using proper variable >_>
1 parent 4fb7d08 commit 56b6f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class RNCallKeep {
108108
}
109109
};
110110

111-
isCallActive = async(uuid) => RNCallKeepModule.isCallActive(uuid);
111+
isCallActive = async(uuid) => await RNCallKeepModule.isCallActive(uuid);
112112

113113
endCall = (uuid) => RNCallKeepModule.endCall(uuid);
114114

0 commit comments

Comments
 (0)