From abc4e0ee9df136e5aeaca481e249ba4ee65a6c1c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:16:58 +0000 Subject: [PATCH] Format code with standardjs and prettier This commit fixes the style issues introduced in c1b1d36 according to the output from standardjs and prettier. Details: https://deepsource.io/gh/rajpatel17-bot/mern-note-taking-app/transform/b6e32298-271c-4114-904b-4b1e7356e0aa/ --- backend/frontend/src/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/frontend/src/config.js b/backend/frontend/src/config.js index c1e229f..a18007b 100644 --- a/backend/frontend/src/config.js +++ b/backend/frontend/src/config.js @@ -1,5 +1,5 @@ -import axios from 'axios' +import axios from "axios"; export const axiosInstance = axios.create({ - baseURL: 'https://mern-note-taking-app.vercel.app/' -}) + baseURL: "https://mern-note-taking-app.vercel.app/", +});