Skip to content

Commit

Permalink
Update lib/workers/repository/process/extract-update.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Dec 17, 2024
1 parent a7ecfb9 commit 0459418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/workers/repository/process/extract-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { Vulnerabilities } from './vulnerabilities';
import type { WriteUpdateResult } from './write';
import { writeUpdates } from './write';

// Increment this if needing to cache bust ALL extract caches
export const EXTRACT_CACHE_REVISION = 1;

export interface ExtractResult {
Expand Down

0 comments on commit 0459418

Please sign in to comment.