Format-check

This commit is contained in:
aparnajyothi-y 2023-12-06 17:54:59 +05:30
parent 327ab26904
commit 5c341aff87
5 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
---
name: "@octokit/core"
version: 4.2.0
version: 4.2.4
type: npm
summary: Extendable client for GitHub's REST & GraphQL APIs
homepage:

View File

@ -1,6 +1,6 @@
---
name: "@octokit/plugin-retry"
version: 4.1.1
version: 4.1.6
type: npm
summary: Automatic retry plugin for octokit
homepage:

View File

@ -1,6 +1,6 @@
---
name: "@types/node"
version: 20.9.4
version: 20.10.3
type: npm
summary: TypeScript definitions for node
homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node

View File

@ -1,6 +1,6 @@
---
name: undici
version: 5.27.2
version: 5.28.2
type: npm
summary: An HTTP/1.1 client, written from scratch for Node.js
homepage: https://undici.nodejs.org

View File

@ -34,7 +34,6 @@ import {RateLimit} from './rate-limit';
* Handle processing of issues for staleness/closure.
*/
export class IssuesProcessor {
private static _updatedSince(timestamp: string, num_days: number): boolean {
const daysInMillis = 1000 * 60 * 60 * 24 * num_days;