Set Transaction Status to OK by default
This commit is contained in:
parent
a1f8d033c2
commit
d16828077d
3 changed files with 1 additions and 3 deletions
|
@ -26,6 +26,7 @@ namespace Geekbot.Core
|
|||
Id = Context.User.Id.ToString(),
|
||||
Username = Context.User.Username,
|
||||
};
|
||||
Transaction.Status = SpanStatus.Ok;
|
||||
}
|
||||
|
||||
protected override void AfterExecute(CommandInfo command)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue