We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a405501 commit c651797Copy full SHA for c651797
lib/get-readme-data.js
@@ -11,6 +11,7 @@ module.exports = async apiKey => {
11
if (response.error) {
12
throw new Error(response.error);
13
}
14
+ module.exports.cachedReadmeData[apiKey] = response;
15
} catch (e) {
16
throw new Error('Invalid ReadMe API Key');
17
0 commit comments