Skip to content

Commit 48041b6

Browse files
committed
lint
1 parent 3311563 commit 48041b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generator/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class Generator {
109109
if (useCache) {
110110
console.log('Reading from cache...');
111111
} else {
112-
changes = await downloadDiscoveryDocs({
112+
changes = await downloadDiscoveryDocs({
113113
includePrivate: this.options.includePrivate,
114114
discoveryUrl,
115115
downloadPath: discoveryPath,

0 commit comments

Comments
 (0)