Upgrade outdated dependencies
This commit is contained in:
parent
ec3c46d356
commit
ca19a7a774
24 changed files with 2416 additions and 2892 deletions
|
@ -359,7 +359,7 @@ export function getBytesForPeerId(callHistory: CallHistoryDetails): Uint8Array {
|
|||
|
||||
export function getCallIdForProto(
|
||||
callHistory: CallHistoryDetails
|
||||
): Long.Long | undefined {
|
||||
): Long | undefined {
|
||||
try {
|
||||
return Long.fromString(callHistory.callId);
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue