Skip to content

Commit

Permalink
fix(all): Fix in FAQ menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Feb 28, 2021
1 parent 6151f65 commit 8512b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kb.gbapp/services/KBService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export class KBService implements IGBKBService {
});
} else {
return await GuaribasQuestion.findAll({
where: { from: from }
where: { from: from, instanceId: instanceId }
});
}
}
Expand Down

0 comments on commit 8512b41

Please sign in to comment.