fix(all): Fix in FAQ menu.

This commit is contained in:
Rodrigo Rodriguez 2021-02-28 13:06:05 -03:00
parent 6151f65e35
commit 8512b41df1

View file

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