mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 05:31:40 +08: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
@ -32,7 +32,7 @@ const _invoke = (function () {
|
|||||||
})();
|
})();
|
||||||
|
|
||||||
export function invoke(msg: any): void {
|
export function invoke(msg: any): void {
|
||||||
return _invoke?.(msg);
|
_invoke?.(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user