From 1dcfcc2583fd1cac3fe83a0462939a1662b3e1a2 Mon Sep 17 00:00:00 2001 From: YaMoef Date: Tue, 15 Oct 2024 20:28:52 +0200 Subject: [PATCH] fix(Sonarqube): remove not needed function --- recipes/sonarqube/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/sonarqube/index.js b/recipes/sonarqube/index.js index 3724a7a0b..883097ca4 100644 --- a/recipes/sonarqube/index.js +++ b/recipes/sonarqube/index.js @@ -1,6 +1,3 @@ module.exports = Ferdium => class SonarQube extends Ferdium { - buildUrl(url) { - return `${url}`; - } };