deep-foundation / deep-foundation/dev
Error when trying to edit the handler code (at the stage of saving changes)
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Error:
```
Unhandled Runtime Error
Error: DeepClient Update Error: parsing Integer expected for input type: PGBigInt failed, expected Number, but encountered Object
Source
../deeplinks/imports/client.js (648:0) @ DeepClient.eval
646 | e.message = sqlError.message;
647 | if (!this._silent(options))
> 648 | throw new Error(`DeepClient Update Error: ${e.message}`, { cause: e });
649 | return Object.assign(Object.assign({}, q), { data: (_g = (_f = (_e = (q)) === null || _e === void 0 ? void 0 : _e.data) === null || _f === void 0 ? void 0 : _f.m0) === null || _g === void 0 ? void 0 : _g.returning, error: e });
650 | }
651 | }
Call Stack
rejected
../deeplinks/imports/client.js (5:41)
Show collapsed frames
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.