From 387f5637df2fb608a53872f7c62a61b18c263c70 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:58:59 +0000 Subject: [PATCH] Format code with prettier and standardjs This commit fixes the style issues introduced in 45bdcb9 according to the output from prettier and standardjs. Details: https://deepsource.io/gh/LaReserveTech/lightsoff-contact-commercants/transform/bc534940-4a82-4bf1-a917-815ab5098339/ --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3073af5..d00e2a2 100644 --- a/index.js +++ b/index.js @@ -71,7 +71,7 @@ reviews.forEach((review) => { // évaluation du numéro : si fixe => appel / si portable => SMS / si 08 => nothing if (phoneNumber[3] === '8') { - console.log("Numéro spécial") + console.log('Numéro spécial') } else if (phoneNumber[3] === '6' || phoneNumber[3] === '7') { ovh.request( 'POST',