From efa224f54b9be0f5d55f1266b5e021cb3a5dae7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 19 Jul 2022 11:24:14 +0200 Subject: [PATCH] fix: Typo in modules config file --- config/modules.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/modules.json.sample b/config/modules.json.sample index 339f3bd0..f4f607f7 100644 --- a/config/modules.json.sample +++ b/config/modules.json.sample @@ -55,7 +55,7 @@ "user": null, "apikey": null, "allow_auto_trigger": false, - "default_first_seen_in_days": 5, + "default_first_seen_in_days": 5 }, "_notes": { "apikey": "null disables the module. Pass a string otherwise.",