mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-12 03:33:42 +08:00
v-3.0.0
This commit is contained in:
2
dist/modules/chatGroup/chatGroup.service.js
vendored
2
dist/modules/chatGroup/chatGroup.service.js
vendored
@@ -53,8 +53,6 @@ let ChatGroupService = class ChatGroupService {
|
||||
params['title'] = name;
|
||||
}
|
||||
params['appId'] = appId;
|
||||
}
|
||||
if (appId) {
|
||||
modelConfig.appId = appId;
|
||||
}
|
||||
const newGroup = await this.chatGroupEntity.save(Object.assign(Object.assign({}, params), { config: JSON.stringify(modelConfig) }));
|
||||
|
||||
Reference in New Issue
Block a user