From ce4ac2c09947f1d3d9965335424db5a8b3b0436e Mon Sep 17 00:00:00 2001 From: Gauthier Fiorentino Date: Thu, 1 Jun 2023 16:58:29 +0200 Subject: [PATCH] fix: Change type du state --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 18f822c..bcc8cc5 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -24,7 +24,7 @@ var tarteaucitron = { "services": {}, "added": [], "idprocessed": [], - "state": [], + "state": {}, "launch": [], "parameters": {}, "isAjax": false,