Skip to content

Commit

Permalink
✨ fix: Adjust User import path in groupMethods.js for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rubentalstra committed Feb 22, 2025
1 parent e8702e1 commit e0ab2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/groupMethods.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e0ab2c6

Please sign in to comment.