Skip to content

Commit cd2d763

Browse files
committed
add new line
1 parent e2e5c53 commit cd2d763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Analytics/Analytics.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public struct Analytics<HTTPClient: HTTPClientProtocol> {
9090
value21: "BC75E8783E8141ECB7A179248F24080C", // fix // app_instance_id
9191
value23: 25, // count up // bundle_sequential_index
9292
googleAppId: clientInformation.googleAppId,
93-
value26: UInt(Date.now.timeIntervalSince1970 * 100), // free // previous_bundle_start_timestamp_millis
93+
// free // previous_bundle_start_timestamp_millis
94+
value26: UInt(Date.now.timeIntervalSince1970 * 100),
9495
value27: "C86A6B98-E407-4954-BC16-F693A22F9FA9", // fix // resettable_device_id
9596
value30: "d4Xw8qsiRUIBoMYlsYHnot", // fix // firebase_instance_id
9697
value31: 1, // app_version_major

0 commit comments

Comments
 (0)