diff --git a/docs/features_map.xmind b/docs/features_map.xmind index 3ca4d906..0fe9bd4f 100644 Binary files a/docs/features_map.xmind and b/docs/features_map.xmind differ diff --git a/src/Inc.TeamAssistant.Appraiser.Application/CommandHandlers/AcceptEstimate/Services/AcceptEstimateCommandCreator.cs b/src/Inc.TeamAssistant.Appraiser.Application/CommandHandlers/AcceptEstimate/Services/AcceptEstimateCommandCreator.cs index 3d5f1a18..1e423f4e 100644 --- a/src/Inc.TeamAssistant.Appraiser.Application/CommandHandlers/AcceptEstimate/Services/AcceptEstimateCommandCreator.cs +++ b/src/Inc.TeamAssistant.Appraiser.Application/CommandHandlers/AcceptEstimate/Services/AcceptEstimateCommandCreator.cs @@ -8,7 +8,6 @@ internal sealed class AcceptEstimateCommandCreator : ICommandCreator private readonly int _value; public string Command { get; } - public bool SupportSingleLineMode => false; public AcceptEstimateCommandCreator(string command, int value) {