Skip to content

Commit

Permalink
Format-check
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnajyothi-y committed Dec 6, 2023
1 parent 327ab26 commit 5c341af
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/plugin-retry.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@types/node.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/undici.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/classes/issues-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c341af

Please sign in to comment.