set RATE_LIMIT=99

This commit is contained in:
Namrata Jha
2021-12-21 18:52:10 +00:00
committed by GitHub
parent 21a6c99c5d
commit e6a9d9c802
4 changed files with 19 additions and 18 deletions
-1
View File
@@ -48,7 +48,6 @@ export function deletePackageVersions(
return of(true)
}
console.log(`in delete length: ${packageVersionIds.length}`)
const deletes = packageVersionIds.map(id =>
deletePackageVersion(id, token).pipe(
tap(result => {