This commit is contained in:
Namrata Jha
2021-12-22 15:45:39 +00:00
committed by GitHub
parent 1369f0ca05
commit ef5d9ac398
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -219,6 +219,7 @@ function deletePackageVersion(packageVersionId, token) {
operators_1.delay(5000);
}
deleted += 1;
operators_1.delay(10000);
return rxjs_1.from(graphql_1.graphql(token, mutation, {
packageVersionId,
headers: {
+1
View File
@@ -77,6 +77,7 @@ export function deletePackageVersion(
delay(5000)
}
deleted += 1
delay(10000)
return from(
graphql(token, mutation, {
packageVersionId,