Skip to content

Commit

Permalink
Forgot to save all
Browse files Browse the repository at this point in the history
  • Loading branch information
Inventor22 committed Feb 27, 2019
1 parent dd5eea1 commit ec2f81a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ public class Commands
public const string SetQuantity = "SetQuantity";
public const string ShowAllBoxes = "ShowAllBoxes";
public const string StoreWith = "StoreWith";
public const string BundleWith = "BundleWith";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ namespace FindyBot3000.AzureFunction
public class FindItemResponse : ICommandCountResponse
{
public string Command { get { return Commands.FindItem; } }

public bool? Success { get; set; }

public bool ShouldSerializeSuccess()
{
return this.Success != null;
}


public int Count
{
get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Tags
public const string Tag = "Tag";
}

public class Commands
public class Commando
{
public const string DateCreated = "DateCreated";
public const string Command = "Command";
Expand Down

0 comments on commit ec2f81a

Please sign in to comment.