Skip to content
New issue

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

Fix the inserted_at field on listens #48

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Fix the inserted_at field on listens #48

merged 1 commit into from
Dec 22, 2023

Conversation

Zastai
Copy link
Owner

@Zastai Zastai commented Dec 22, 2023

This resolves a deserialization error. Not that this also changes IListen.InsertedAt from a string to a DateTimeOffset.

Fixes #46.

This resolves a deserialization error. Not that this also changes
`IListen.InsertedAt` from a `string` to a `DateTimeOffset`.
@Zastai Zastai added breaking An incompatible change to a feature or API (requires a bump of the major version) fix Changes to fix broken behaviour labels Dec 22, 2023
@Zastai Zastai self-assigned this Dec 22, 2023
@Zastai Zastai merged commit ad737dd into main Dec 22, 2023
2 checks passed
@Zastai Zastai deleted the issue-46 branch December 22, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking An incompatible change to a feature or API (requires a bump of the major version) fix Changes to fix broken behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Listens cannot be deserialized
1 participant