We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668b28c commit e81bf09Copy full SHA for e81bf09
src/matrixrtc/CallMembership.ts
@@ -94,7 +94,7 @@ export class CallMembership {
94
if (this.data.expires) {
95
return this.createdTs() + this.data.expires;
96
} else {
97
- // We know it exists because we check this in the constructor.
+ // We know it exists because we checked for this in the constructor.
98
return this.data.expires_ts!;
99
}
100
0 commit comments