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 +};