mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 22:14:01 +03:00
Critical API fix.
This commit is contained in:
parent
ec6e27ab43
commit
dc7e282929
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ function newTask(r) {
|
|||
}
|
||||
|
||||
function newRequestTask(request) {
|
||||
FunctionalBridge.makeRequest(request,)
|
||||
FunctionalBridge.makeRequest(request);
|
||||
}
|
||||
|
||||
function startTask(task) {
|
||||
|
|
Loading…
Reference in a new issue