Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
  • Loading branch information
andrey18106 committed May 7, 2024
1 parent 1b128c5 commit 5ba10af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filesplugin28.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function registerFileAction28(fileAction, inlineSvgIcon) {
},
async exec(node, view, dir) {
const exAppFileActionHandler = generateAppAPIProxyUrl(fileAction.appid, fileAction.action_handler)
return axios.post(exAppFileActionHandler, {files: [buildNodeInfo(node)]})
return axios.post(exAppFileActionHandler, { files: [buildNodeInfo(node)] })
.then((response) => {
if ('redirect_handler' in response.data) {
const redirectPage = generateExAppUIPageUrl(fileAction.appid, response.data.redirect_handler)
Expand Down

0 comments on commit 5ba10af

Please sign in to comment.