Skip to content

Commit

Permalink
fix: some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 8, 2024
1 parent 57691ff commit 5435d47
Show file tree
Hide file tree
Showing 6 changed files with 822 additions and 850 deletions.
2 changes: 1 addition & 1 deletion lib/api/list-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = (req, res) => {
try {
let docData = fs.readFileSync(filePath, 'utf-8');
let params = parser.parse(fn);
actions[action] = {params: params, actionDoc: docData};
actions[action] = { params: params, actionDoc: docData };
} catch (err) {
debug('Error in fetching doc for file content', fn, err);
}
Expand Down
Loading

0 comments on commit 5435d47

Please # to comment.