This commit is contained in:
Adria Navarro 2024-03-25 17:45:30 +01:00
parent cd9d99c1df
commit c1e78a099b
1 changed files with 1 additions and 1 deletions

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)