Skip to content

Commit

Permalink
Merge pull request #60 from Band-Aid/patch-1
Browse files Browse the repository at this point in the history
added CreatedAt to BoxEventMap.cs
  • Loading branch information
allenmichael authored Dec 11, 2017
2 parents b2941ad + 61b90a2 commit d6f128c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoxCLI/CommandUtilities/CsvModels/BoxEventMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace BoxCLI.CommandUtilities.CsvModels
public class BoxEventMap : CsvClassMap<BoxEnterpriseEvent>
{
public BoxEventMap()
{
{ Map(m => m.CreatedAt);
Map(m => m.EventId);
Map(m => m.EventType);
Map(m => m.IPAddress);
Expand Down

0 comments on commit d6f128c

Please sign in to comment.