mirror of
https://github.com/github/codeql-action.git
synced 2025-12-23 15:50:11 +08:00
Remove redundant comment
This commit is contained in:
1
lib/config-utils.js
generated
1
lib/config-utils.js
generated
@@ -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
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user