This commit is contained in:
Namrata Jha
2021-12-22 15:49:48 +00:00
committed by GitHub
parent ef5d9ac398
commit 0739cce1e8
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export function deletePackageVersion(
token: string
): Observable<boolean> {
getRateLimit(token).pipe(
map(value =>
tap(value =>
console.log(
`login: ${value.viewer.login}, rate limit: ${value.ratelimit.limit}, cost: ${value.ratelimit.cost}, remaining: ${value.ratelimit.remaining}`
)