From a8d8e435447adf0e1abe4e0231cb59396a6bff01 Mon Sep 17 00:00:00 2001 From: Ranjana Jha <98427281+KBRRM@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:29:47 +0530 Subject: [PATCH] Update config.js --- week-12/12.1 Relations/solution/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week-12/12.1 Relations/solution/src/config.js b/week-12/12.1 Relations/solution/src/config.js index 9a8a435ece..ec81075a1d 100644 --- a/week-12/12.1 Relations/solution/src/config.js +++ b/week-12/12.1 Relations/solution/src/config.js @@ -3,4 +3,4 @@ module.exports = { db: { url: process.env.DATABASE_URL, }, -}; \ No newline at end of file +};