Skip to content

Commit

Permalink
LPS-206458 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
joseabelenda authored and brianchandotcom committed Jan 22, 2024
1 parent 361f36d commit 61a4c87
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ class TestraySubtaskImpl extends Rest<SubtaskForm, TestraySubTask> {
);

return {mbMessage, mbThreadId};
} catch {
}
catch {
return {};
}
}
Expand Down

0 comments on commit 61a4c87

Please sign in to comment.