From 33752be8157b88578124a8fc72197935776058c1 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Thu, 16 Nov 2017 01:36:59 +0100
Subject: [PATCH] [fix] fast test ws2p_regexp

---
 app/modules/ws2p/lib/constants.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/modules/ws2p/lib/constants.ts b/app/modules/ws2p/lib/constants.ts
index 922977353..6d681b7b6 100644
--- a/app/modules/ws2p/lib/constants.ts
+++ b/app/modules/ws2p/lib/constants.ts
@@ -37,7 +37,7 @@ export const WS2PConstants = {
   + '(' + CommonConstants.FORMATS.SOFTWARE + '):'
   + '(' + CommonConstants.FORMATS.SOFT_VERSION + '):'
   + '(' + CommonConstants.FORMATS.POW_PREFIX + ')'
-  + '(?:' + CommonConstants.FORMATS.TIMESTAMP + ')?'
+  + '(?::' + CommonConstants.FORMATS.TIMESTAMP + ')?'
   + '$'),
 
   HOST_ONION_REGEX: CommonConstants.HOST_ONION_REGEX,
-- 
GitLab