Commit 8c04ef2c by Juho Juopperi

Revert "Code field for ReaderEvent: Default empty string."

This reverts commit 0c194224.
1 parent 0c194224
...@@ -14,6 +14,6 @@ namespace MoyaAdminLib ...@@ -14,6 +14,6 @@ namespace MoyaAdminLib
public Eventuser eventuser; public Eventuser eventuser;
public int? printedCardId = 0; public int? printedCardId = 0;
public string printedCardState = ""; public string printedCardState = "";
public string code = ""; public string code;
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!