mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
✨ fix: Update Group import path in groupMethods.js for consistency
This commit is contained in:
parent
ca3237c7be
commit
acafdb54c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
const Group = require('./group');
|
|
||||||
const User = require('./User');
|
const User = require('./User');
|
||||||
|
const Group = require('~/models/Group');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue