chore: burn junk comments

This commit is contained in:
AJ ONeal
2023-11-14 12:10:04 -07:00
parent 42f9e73b55
commit e9485d85ad
-8
View File
@@ -4,14 +4,6 @@ var github = require('../_common/github.js');
var owner = 'ahmetb';
var repo = 'kubectx';
/******************************************************************************/
/** Note: Delete this Comment! **/
/** **/
/** Need a an example that filters out miscellaneous release files? **/
/** See `deno`, `gitea`, or `caddy` **/
/** **/
/******************************************************************************/
module.exports = function (request) {
return github(request, owner, repo).then(function (all) {
return all;