Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-08-30 03:39:18 +00:00
commit be5e16d445

View File

@ -79,6 +79,7 @@ export const postProcess = async (ctx: Context, next: Next) => {
case 'integer': case 'integer':
case 'float': case 'float':
case 'double': case 'double':
case 'decimal':
record[key] = Number(value); record[key] = Number(value);
break; break;
} }