Skip to content

Commit

Permalink
fix: change name of metadata property (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn authored May 1, 2024
1 parent 410a448 commit 37762ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucketing/event_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (agg *AggregateEventQueue) BuildBatchRecords(platformData *api.PlatformData
metaData["configRayId"] = rayId
}
if lastModified != "" {
metaData["lastModified"] = lastModified
metaData["configLastModified"] = lastModified
}

event := api.Event{
Expand Down

0 comments on commit 37762ce

Please sign in to comment.