We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*_tstamp
string
number
The type definitions for timestamp values, i.e. *_tstamp, are currently number, where as they should be string. It is evident in the snapshot at https://github.com/snowplow-incubator/snowplow-js-analytics-sdk/blob/master/src/__snapshots__/index.spec.ts.snap
The text was updated successfully, but these errors were encountered:
Fix timestamp fields types (closes #30)
8c1668f
c207504
bcdd63a
debfc8b
dokmic
Successfully merging a pull request may close this issue.
The type definitions for timestamp values, i.e.
*_tstamp
, are currentlynumber
, where as they should bestring
. It is evident in the snapshot at https://github.com/snowplow-incubator/snowplow-js-analytics-sdk/blob/master/src/__snapshots__/index.spec.ts.snapThe text was updated successfully, but these errors were encountered: