Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jul 19, 2024
1 parent cc12d95 commit 26541cd
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 26541cd

Please sign in to comment.