From 37d3e70c5b72f88f0a0305fa8b1ffbaa3f27c8f7 Mon Sep 17 00:00:00 2001
From: italo <italojmf@gmail.com>
Date: Wed, 1 Nov 2017 19:09:27 +0000
Subject: [PATCH] Match function name

---
 bbb-webhooks/application.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bbb-webhooks/application.js b/bbb-webhooks/application.js
index 32bf0bcfe0..2a6c015cea 100644
--- a/bbb-webhooks/application.js
+++ b/bbb-webhooks/application.js
@@ -23,7 +23,7 @@ module.exports = class Application {
       UserMapping.initialize(() => {
         IDMapping.initialize(()=> {
           this.webServer.start(config.server.port);
-          this.webServer.createPermanent();
+          this.webServer.createPermanents();
           this.webHooks.start();
         });
       });
-- 
GitLab