Remove unused return (#7321)
This commit is contained in:
parent
68ac578577
commit
cba92c0e90
1 changed files with 0 additions and 2 deletions
|
@ -539,8 +539,6 @@ export default class ContentMessages {
|
||||||
|
|
||||||
return (noRelation || matchingRelation) && !upload.canceled;
|
return (noRelation || matchingRelation) && !upload.canceled;
|
||||||
});
|
});
|
||||||
|
|
||||||
return this.inprogress.filter(u => !u.canceled);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cancelUpload(promise: Promise<any>, matrixClient: MatrixClient) {
|
cancelUpload(promise: Promise<any>, matrixClient: MatrixClient) {
|
||||||
|
|
Loading…
Reference in a new issue