Fix missing return statement (#406)

Signed-off-by: Ilya Sumbatyants <ilya.sumb@gmail.com>
This commit is contained in:
Ilya Sumbatyants 2021-11-29 18:07:10 +07:00 committed by GitHub
parent 4c6b0a9ce1
commit b73571be85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,8 @@
if (res.err != null) {
throw new Error(res.err)
}
return res
}
function back() {