| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM with a minor suggestion.
Sorry, something went wrong.
|
|
||
| async function getCodeScanningQueryHelpArguments( | ||
| codeql: CodeQL, | ||
| ): Promise<string[]> { |
There was a problem hiding this comment.
Minor: This can return Promise<string> and the use above can remove the ....
Sorry, something went wrong.
There was a problem hiding this comment.
That's true, but there's also something to be said for having these helper functions consistently return string[] 🤔 I think I'll leave as is.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This avoids a deprecation warning appearing in the logs.
Merge / deployment checklist