test_track_rails_client 8.1.0 → 8.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/test_track/visitor.rb +1 -1
- data/lib/test_track_rails_client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b338573ddb24c03891386f47ad034f42299c6c321a3279634351890efca562a3
|
4
|
+
data.tar.gz: c05021b6827c568bb20aa71a2d130a9b5d4807b785362fdcc2f7993adb32f9e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db7a3006d83876cca3172d4bdf5d15ffc732b803430c5058f47beb5c39283f17e0a1248075cd3cfb49eb631a507d0998b44dfd8cb1f73748d53102ece4f5c40f
|
7
|
+
data.tar.gz: 2aad91ed56b4e76125437237bf540a3f273048e5a531a952e55ed2b4f1aeba1b892c953fbe5131deddb3605dd7bb8fa6f89cc0c25a5512a0e2aa5fceb2f0db4f
|
@@ -78,7 +78,7 @@ class TestTrack::Visitor
|
|
78
78
|
|
79
79
|
# If at first you don't succeed, async it - we may not display 100% consistent UX this time,
|
80
80
|
# but subsequent requests will be better off
|
81
|
-
TestTrack::IdentifierCreationJob.perform_later(opts)
|
81
|
+
TestTrack::IdentifierCreationJob.perform_later(**opts)
|
82
82
|
end
|
83
83
|
end
|
84
84
|
|