Skip to content

Commit

Permalink
Using proper variable >_>
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnozari committed Apr 30, 2020
1 parent 56b6f3b commit 095a34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default class RNCallKeep {
static setReachable() {

}
static isCallActive(uuid: string): void{
static isCallActive(uuid: string): Promise<boolean> {

}
/**
Expand Down

0 comments on commit 095a34c

Please sign in to comment.