From b22ec88f0c10e6e9ee912bc075a34dba8e727300 Mon Sep 17 00:00:00 2001 From: Mateusz Russak Date: Fri, 22 Mar 2024 18:58:42 +0100 Subject: [PATCH] chore: fix CI --- tests/chat.config.tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chat.config.tests.js b/tests/chat.config.tests.js index d64525e9..7230e2cf 100644 --- a/tests/chat.config.tests.js +++ b/tests/chat.config.tests.js @@ -1,6 +1,6 @@ module.exports = { storage: { type: 'memory', - vapidSubject: 'mailto:admin@localhost', }, + vapidSubject: 'mailto:admin@localhost', };