mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-04-25 06:52:13 +00:00
6 lines
177 B
TypeScript
6 lines
177 B
TypeScript
|
import { handleResultError } from "../compiled/examples/handleResultError.js";
|
||
|
|
||
|
export async function handleResultErrorCall() {
|
||
|
return await handleResultError(true, false);
|
||
|
}
|