Fix sonarqube bug
This commit is contained in:
parent
8395eb307e
commit
4dc726d781
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class ArchiveSource {
|
|||
release() {
|
||||
this.files = [];
|
||||
/* eslint-disable-next-line compat/compat */
|
||||
this.urls.map(URL.revokeObjectURL);
|
||||
this.urls.forEach(URL.revokeObjectURL);
|
||||
this.urls = [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue