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

The created_at and last_updated_at value types need corrected. #2

Open
schmidtw opened this issue Oct 5, 2022 · 1 comment
Open

Comments

@schmidtw
Copy link
Collaborator

schmidtw commented Oct 5, 2022

When debug is enabled I see the created_at and last_updated_at fields don't appear to be the correct type. I'm not sure how to fix this in the resources.go, but it appears to be an issue.

    debug: 2022/10/04 19:55:20 
    debug: setting state: created_at: '' expected type 'string', got unconvertible type 'strfmt.DateTime', value: '2022-09-06T12:00:00.123Z'
    debug: setting state: last_updated_at: '' expected type 'string', got unconvertible type 'strfmt.DateTime', value: '2022-08-27T20:00:00.123Z'

This is from a call to catalog.GetItem().

@schmidtw
Copy link
Collaborator Author

@ringods any suggestions for how to resolve this issue? I've been searching for examples and I'm not finding anything. I've also not been able to track down where this debug message originates, either.

schmidtw pushed a commit that referenced this issue Sep 7, 2023
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

No branches or pull requests

1 participant