mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Remove unused return (#7321)
This commit is contained in:
parent
68ac578577
commit
cba92c0e90
@ -539,8 +539,6 @@ export default class ContentMessages {
|
||||
|
||||
return (noRelation || matchingRelation) && !upload.canceled;
|
||||
});
|
||||
|
||||
return this.inprogress.filter(u => !u.canceled);
|
||||
}
|
||||
|
||||
cancelUpload(promise: Promise<any>, matrixClient: MatrixClient) {
|
||||
|
Loading…
Reference in New Issue
Block a user