mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
v4.6-3 (#471)
This commit is contained in:
@@ -34,7 +34,7 @@ export const dispatchAppRequest = async (props: Props): Promise<Response> => {
|
||||
|
||||
const appData = await MongoApp.findOne({
|
||||
_id: app.id,
|
||||
userId: user._id
|
||||
teamId: user.team.teamId
|
||||
});
|
||||
|
||||
if (!appData) {
|
||||
|
Reference in New Issue
Block a user