Remove redundant comment

This commit is contained in:
Sam Partington 2020-06-26 15:44:13 +01:00
parent 7c00663f08
commit a66f2b0b11
3 changed files with 1 additions and 3 deletions

1
lib/config-utils.js generated
View file

@ -256,7 +256,6 @@ async function getRemoteConfig(configFile) {
path: pieces.groups.path,
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) {

File diff suppressed because one or more lines are too long

View file

@ -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) {