This commit is contained in:
Namrata Jha
2021-12-20 09:21:35 +00:00
committed by GitHub
parent 7d96e1e541
commit 04947a51f3
3 changed files with 8 additions and 11 deletions
-1
View File
@@ -45,7 +45,6 @@ export function deletePackageVersions(
token: string
): Observable<boolean> {
if (packageVersionIds.length === 0) {
console.log('no package version ids found, no versions will be deleted')
return of(true)
}