add grist record to fullinfo

This commit is contained in:
Darius
2026-02-06 19:49:46 +01:00
parent 27dc6f2b12
commit ec4c9ec492
6 changed files with 10 additions and 2 deletions

2
dist/fastify.js vendored
View File

@@ -1,3 +1,4 @@
import { logWarning } from "./logger";
export class API_Error {
error;
constructor(error) {
@@ -28,6 +29,7 @@ export class BaseService {
};
}
getErrorResult(error) {
logWarning(error);
return {
result: error,
successful: false,