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

[events] Fix event GUID parsing #81

Merged
merged 1 commit into from
Aug 17, 2024
Merged

[events] Fix event GUID parsing #81

merged 1 commit into from
Aug 17, 2024

Conversation

gregnazario
Copy link
Contributor

@gregnazario gregnazario commented Aug 16, 2024

Description

There are two formats, one for resources, and one for events. I wrongly formatted the resource format to parse the event format. This fixes it. Thanks @jmmcatee for pointing it out!

Test Plan

Fixed the event tests accordingly to match the other copied test inputs.

Related Links

Closes #75

@gregnazario gregnazario merged commit 6d00be3 into main Aug 17, 2024
2 checks passed
@gregnazario gregnazario deleted the fix-event-parsing branch August 17, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Events returns a GUIDId instead of a GUID.
2 participants