Skip to content

Commit 4edc5ba

Browse files
committed
more typos
1 parent abba992 commit 4edc5ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,10 @@ class RNCallKeep {
116116
RNCallKeepModule.setCurrentCallActive();
117117
};
118118

119-
reportUpdatedCall(uuid, localizedCallerName) {
120-
return isIOS
119+
reportUpdatedCall = (uuid, localizedCallerName) =>
120+
isIOS
121121
? RNCallKeepModule.reportUpdatedCall(uuid, localizedCallerName)
122122
: Promise.reject('RNCallKeep.reportUpdatedCall was called from unsupported OS');
123-
}
124123

125124
_setupIOS = async (options) => new Promise((resolve, reject) => {
126125
if (!options.appName) {

0 commit comments

Comments
 (0)