diff --git a/src/system.js b/src/system.js index 15d4d2bc1..dd492b5ba 100644 --- a/src/system.js +++ b/src/system.js @@ -200,7 +200,7 @@ async function checkDiskSpace() { const finalMessage = `One or more file systems are running out of space. Please increase the disk size at the earliest.\n\n${markdownMessage}`; await notifications.pin(notifications.TYPE_DISK_SPACE, 'Server is running out of disk space', finalMessage, {}); } else { - await notifications.unpin(notifications.TYPE_DISK_SPACE); + await notifications.unpin(notifications.TYPE_DISK_SPACE, {}); } }