Skip to content

Commit

Permalink
fix(callHistory): updated the type name
Browse files Browse the repository at this point in the history
  • Loading branch information
sokn-sys committed May 14, 2024
1 parent 32d1bb3 commit 1fe1eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webexcalling/src/ICallHistoryAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export interface EndTimeSessionId {
export interface UpdateMissedCallsResponse {
statusCode: number;
data: {
data?: string;
readStatusMessage?: string;
error?: string;
}
message: string;
Expand Down

0 comments on commit 1fe1eae

Please sign in to comment.