Fix crash
This commit is contained in:
@@ -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, {});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user