fix linting issues

This commit is contained in:
Enrique Hernandez 2021-02-10 22:34:40 -06:00
commit 9bbabc5038

View file

@ -12,7 +12,7 @@ interface WindowSettings {
resizable: boolean;
}
const handleMessage = (event: any, arg: any) => {
const handleMessage = (_event, arg: any) => {
sendMessage(arg);
}