mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 20:39:03 +00:00
Fix missing return statement (#406)
Signed-off-by: Ilya Sumbatyants <ilya.sumb@gmail.com>
This commit is contained in:
parent
4c6b0a9ce1
commit
b73571be85
@ -71,6 +71,8 @@
|
||||
if (res.err != null) {
|
||||
throw new Error(res.err)
|
||||
}
|
||||
|
||||
return res
|
||||
}
|
||||
|
||||
function back() {
|
||||
|
Loading…
Reference in New Issue
Block a user