Skip to content

Commit 61b90a2

Browse files
author
Band-Aid
authored
Update BoxEventMap.cs
1 parent b2941ad commit 61b90a2

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)