lint compliance

This commit is contained in:
yflory 2026-01-26 15:58:47 +01:00
parent 312ae77276
commit f7b41699df

View File

@ -161,7 +161,7 @@ define([
};
let manualSave;
chan.on('MANUAL_SAVE', function (format) {
chan.on('MANUAL_SAVE', function () {
if (typeof(manualSave) !== "function") {
console.error('UNSUPPORTED COMMAND', 'save');
return;