Lint
This commit is contained in:
parent
cd9d99c1df
commit
c1e78a099b
|
@ -400,7 +400,7 @@ const closeSidePanelHandler = () => {
|
||||||
sidePanelStore.actions.close()
|
sidePanelStore.actions.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
const downloadFileHandler = async (action, context) => {
|
const downloadFileHandler = async (action, _context) => {
|
||||||
let { url, file_name, type, attachment } = action.parameters
|
let { url, file_name, type, attachment } = action.parameters
|
||||||
if (type === "attachment") {
|
if (type === "attachment") {
|
||||||
const attachmentObject = JSON.parse(attachment)
|
const attachmentObject = JSON.parse(attachment)
|
||||||
|
|
Loading…
Reference in New Issue