Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Nov 23, 2019
1 parent 756c48d commit 8ba8f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/api_sample_request.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function postProcess(parsedFiles, filenames, preProcess, packageInfos) {
if (block.local.url.length >= 4 && block.local.url.substr(0, 4).toLowerCase() !== 'http') {
url = packageInfos.sampleUrl + block.local.url;
} else {
url = block.local.url
url = block.local.url;
}

block.local[targetName] = [{
Expand Down

0 comments on commit 8ba8f82

Please sign in to comment.