From 57f5af0f2a04296c47a4c71ac1c333056916ae53 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 21 Oct 2021 22:07:04 +0200 Subject: [PATCH] Change bodyparser option --- config/bodyparser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bodyparser.ts b/config/bodyparser.ts index 738800c..6664173 100755 --- a/config/bodyparser.ts +++ b/config/bodyparser.ts @@ -64,7 +64,7 @@ const bodyParserConfig: BodyParserConfig = { | field values to "null" | */ - convertEmptyStringsToNull: true, + convertEmptyStringsToNull: false, types: [ 'application/x-www-form-urlencoded',