From e0ab2c666ae26bac84a8e4b4f10aed9912474f63 Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Sat, 22 Feb 2025 11:46:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20fix:=20Adjust=20User=20import=20pat?= =?UTF-8?q?h=20in=20groupMethods.js=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/models/groupMethods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/models/groupMethods.js b/api/models/groupMethods.js index 4573f0f56b7..86f435d6f2b 100644 --- a/api/models/groupMethods.js +++ b/api/models/groupMethods.js @@ -1,5 +1,5 @@ const Group = require('./group'); -const User = require('./User'); // Adjust the path as needed +const User = require('./User'); /** * Retrieve a group by ID and convert the found group document to a plain object.