mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-31 06:21:57 +00:00
fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {getObj, GetObjResult} from "../compiled/examples/object";
|
||||
// import {getObj, GetObjResult} from "../compiled/examples/object";
|
||||
|
||||
export async function getObjCall(): Promise<GetObjResult> {
|
||||
return await getObj();
|
||||
export async function getObjCall() {
|
||||
return await Promise.resolve();
|
||||
}
|
||||
|
Reference in New Issue
Block a user