Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jul 22, 2024
1 parent 3311563 commit 48041b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class Generator {
if (useCache) {
console.log('Reading from cache...');
} else {
changes = await downloadDiscoveryDocs({
changes = await downloadDiscoveryDocs({
includePrivate: this.options.includePrivate,
discoveryUrl,
downloadPath: discoveryPath,
Expand Down

0 comments on commit 48041b6

Please sign in to comment.