Skip to content

Commit d6f128c

Browse files
authored
Merge pull request #60 from Band-Aid/patch-1
added CreatedAt to BoxEventMap.cs
2 parents b2941ad + 61b90a2 commit d6f128c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BoxCLI/CommandUtilities/CsvModels/BoxEventMap.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace BoxCLI.CommandUtilities.CsvModels
77
public class BoxEventMap : CsvClassMap<BoxEnterpriseEvent>
88
{
99
public BoxEventMap()
10-
{
10+
{ Map(m => m.CreatedAt);
1111
Map(m => m.EventId);
1212
Map(m => m.EventType);
1313
Map(m => m.IPAddress);

0 commit comments

Comments
 (0)