Skip to content

Commit

Permalink
Drop groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jun 7, 2024
1 parent 7ee3828 commit 7fda3b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/interaction-model/OperationTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ enum class InvokeFlags : uint32_t
struct InvokeRequest : OperationRequest
{
ConcreteCommandPath path;
std::optional<GroupId> groupRequestId; // set if and only if this was a group request
BitFlags<InvokeFlags> invokeFlags;
};

Expand Down

0 comments on commit 7fda3b6

Please sign in to comment.