From ce18bd5e611ee1393c28579567d325881b635f3b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Dec 2024 22:05:40 +0000 Subject: [PATCH] doc(gh-source): make baseurl optional --- _common/github-source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_common/github-source.js b/_common/github-source.js index 42549b1..b6f4e6d 100644 --- a/_common/github-source.js +++ b/_common/github-source.js @@ -10,7 +10,7 @@ let GitHubishSource = require('./githubish-source.js'); * @param {Object} opts * @param {String} opts.owner * @param {String} opts.repo - * @param {String} opts.baseurl + * @param {String} [opts.baseurl] * @param {String} [opts.username] * @param {String} [opts.token] */