From 56214cae9a33f04fa0bfbfceeb09e513bc332cde Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Wed, 2 Aug 2023 16:53:19 +0200
Subject: [PATCH] fix(code) Fix JS compile

---
 www/js/controllers/wot-controllers.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/js/controllers/wot-controllers.js b/www/js/controllers/wot-controllers.js
index 8034553c0..5647e89ea 100644
--- a/www/js/controllers/wot-controllers.js
+++ b/www/js/controllers/wot-controllers.js
@@ -898,7 +898,7 @@ function WotIdentityAbstractController($scope, $rootScope, $state, $translate, $
       cssClass: 'warning',
       okText: 'WOT.BTN_YES_CERTIFY',
       okType: 'button-assertive'
-    })
+    });
   };
 
   // Select an identity and certify
-- 
GitLab