fix linting issues
This commit is contained in:
parent
6a19a96855
commit
9bbabc5038
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ interface WindowSettings {
|
|||
resizable: boolean;
|
||||
}
|
||||
|
||||
const handleMessage = (event: any, arg: any) => {
|
||||
const handleMessage = (_event, arg: any) => {
|
||||
sendMessage(arg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue