fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 8512b41df1 - Show all commits

View file

@ -359,7 +359,7 @@ export class KBService implements IGBKBService {
});
} else {
return await GuaribasQuestion.findAll({
where: { from: from }
where: { from: from, instanceId: instanceId }
});
}
}