Skip to content

Commit

Permalink
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/config-utils.js

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

2 changes: 1 addition & 1 deletion lib/config-utils.js.map

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

1 change: 0 additions & 1 deletion src/config-utils.ts
@@ -293,7 +293,6 @@ async function getRemoteConfig(configFile: string): Promise<any> {
ref: pieces.groups.ref,
});

// TODO handle errors (file not found etc)
// todo handle response.encoding not being base64
let fileContents;
if ("content" in response.data) {

0 comments on commit a66f2b0

Please sign in to comment.