1
0
mirror of https://git.stamm.me/OpenServer/NodeLogging.git synced 2024-11-14 23:11:04 +00:00

Remove unused property

This commit is contained in:
User user 2021-05-18 09:18:57 +02:00
parent ccb5aa023f
commit 95ef923844

View File

@ -57,7 +57,6 @@ const Debounce = (callback: () => void, iv = 500, max = 100) => {
}, iv); }, iv);
} }
}, },
close: () => {},
}; };
}; };