Skip to content

Commit a905455

Browse files
committed
Fix errors
1 parent 4562f38 commit a905455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Implementation/Events/BatchEventBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class BatchEventBuilder {
110110
let data = try? JSONEncoder().encode(batchEvent)
111111
let eventForDispatch = EventForDispatch(url: nil, body: data ?? Data(), region: eventRegion)
112112

113-
return eventForDispatch
113+
return eventForDispatch.body
114114
}
115115

116116
// MARK: - Event Tags

0 commit comments

Comments
 (0)