Skip to content

Commit

Permalink
Merge pull request #4110 from GordonSmith/trunk
Browse files Browse the repository at this point in the history
Revert "fix(comms):  Some "lite" items should be defaulted to true"
  • Loading branch information
GordonSmith authored Sep 14, 2023
2 parents a5815ed + 246f9e8 commit 1f16a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/comms/src/services/wsWorkunits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2664,8 +2664,8 @@ export class WorkunitsService extends Service {
IncludeECL: false,
IncludeHelpers: false,
IncludeAllowedClusters: false,
IncludeTotalClusterTime: true,
IncludeServiceNames: true,
IncludeTotalClusterTime: false,
IncludeServiceNames: false,
SuppressResultSchemas: true,
..._request
};
Expand Down

0 comments on commit 1f16a1e

Please sign in to comment.