Skip to content

Commit

Permalink
Update conversationMutations.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
soyombo-baterdene committed Aug 8, 2023
1 parent 17ac9de commit ea57be8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ const conversationMutations = {
const serviceName = integration.kind.split('-')[0];
const serviceRunning = await isServiceRunning(serviceName);

if (serviceRunning && !doc.internal) {
if (serviceRunning) {
const payload = {
integrationId: integration._id,
conversationId: conversation._id,
Expand Down

0 comments on commit ea57be8

Please sign in to comment.