fix: Adjust User import path in groupMethods.js for consistency

This commit is contained in:
Ruben Talstra 2025-02-22 11:46:40 +01:00
parent e8702e104d
commit e0ab2c666a
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA

View file

@ -1,5 +1,5 @@
const Group = require('./group'); 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. * Retrieve a group by ID and convert the found group document to a plain object.