fix(all): Fix in FAQ menu.
This commit is contained in:
parent
6151f65e35
commit
8512b41df1
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ export class KBService implements IGBKBService {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
return await GuaribasQuestion.findAll({
|
return await GuaribasQuestion.findAll({
|
||||||
where: { from: from }
|
where: { from: from, instanceId: instanceId }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue