mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Remove unneeded return statement
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
b74b9efa8e
commit
11866ee52f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const _invoke = (function () {
|
|||
})();
|
||||
|
||||
export function invoke(msg: any): void {
|
||||
return _invoke?.(msg);
|
||||
_invoke?.(msg);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue