Remove redundant comment
This commit is contained in:
parent
7c00663f08
commit
a66f2b0b11
3 changed files with 1 additions and 3 deletions
1
lib/config-utils.js
generated
1
lib/config-utils.js
generated
|
|
@ -256,7 +256,6 @@ async function getRemoteConfig(configFile) {
|
||||||
path: pieces.groups.path,
|
path: pieces.groups.path,
|
||||||
ref: pieces.groups.ref,
|
ref: pieces.groups.ref,
|
||||||
});
|
});
|
||||||
// TODO handle errors (file not found etc)
|
|
||||||
// todo handle response.encoding not being base64
|
// todo handle response.encoding not being base64
|
||||||
let fileContents;
|
let fileContents;
|
||||||
if ("content" in response.data) {
|
if ("content" in response.data) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -293,7 +293,6 @@ async function getRemoteConfig(configFile: string): Promise<any> {
|
||||||
ref: pieces.groups.ref,
|
ref: pieces.groups.ref,
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO handle errors (file not found etc)
|
|
||||||
// todo handle response.encoding not being base64
|
// todo handle response.encoding not being base64
|
||||||
let fileContents;
|
let fileContents;
|
||||||
if ("content" in response.data) {
|
if ("content" in response.data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue