1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +12:00
This commit is contained in:
Adria Navarro 2024-03-25 17:45:30 +01:00
parent cd9d99c1df
commit c1e78a099b

View file

@ -400,7 +400,7 @@ const closeSidePanelHandler = () => {
sidePanelStore.actions.close()
}
const downloadFileHandler = async (action, context) => {
const downloadFileHandler = async (action, _context) => {
let { url, file_name, type, attachment } = action.parameters
if (type === "attachment") {
const attachmentObject = JSON.parse(attachment)