From 8385112e071cd0970cb4e6574fde64e8416344c1 Mon Sep 17 00:00:00 2001 From: OfrenDialsa Date: Sun, 7 Dec 2025 03:41:38 +0700 Subject: [PATCH 1/2] fix: route typo --- src/Interfaces/http/api/threads/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interfaces/http/api/threads/routes.js b/src/Interfaces/http/api/threads/routes.js index 6371a35..f5d3fab 100644 --- a/src/Interfaces/http/api/threads/routes.js +++ b/src/Interfaces/http/api/threads/routes.js @@ -23,4 +23,4 @@ const routes = (handler) => [ }, ]; -module.exports = routes; +module.exports = routes; \ No newline at end of file From 9c482d73e00ce14cdf41f881fd3de18df314ed36 Mon Sep 17 00:00:00 2001 From: OfrenDialsa Date: Sun, 7 Dec 2025 03:56:04 +0700 Subject: [PATCH 2/2] fix: package.json for the second time --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8fc68b..4fdf803 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dotenv": "^10.0.0", "hapi-swagger": "^17.3.2", "instances-container": "^2.0.3", - "joi": "^18.0.2", + "joi": "^17.13.0", "nanoid": "^3.1.23", "pg": "^8.6.0" },