What the linter reports:
- Do not await handle.result() in onSuccess, it bills the full wait time.
- Do not await handle.result() in run, it causes GGT_TRANSACTION_TIMEOUT.
Examples
- Incorrect
- Correct
api/models/widget/actions/create.ts
Disallow awaiting handle.result() inside run or onSuccess exports in Gadget actions.