We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc6322 commit a102211Copy full SHA for a102211
server/scripts/examples.js
@@ -291,9 +291,9 @@ function createProjectsInP5user(projectsInAllCategories) {
291
};
292
293
// a function to await for the response that contains the content of asset file
294
- const doRequest = function (_options) {
+ const doRequest = function (optionsAsset) {
295
return new Promise(((resolve, reject) => {
296
- rp(_options).then((response) => {
+ rp(optionsAsset).then((response) => {
297
resolve(response);
298
}).catch((error) => {
299
reject(error);
0 commit comments