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: time ptr query parameter #1880

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

Codelax
Copy link
Member

@Codelax Codelax commented Oct 17, 2023

time.Time does not exist in query parameters.
It could exist in a List Request but I couldn't find any.
Used regex: [^}]List.*Request struct \{(\s|.)*? \*time\.Time(\s|.)*?}, remove star before time.Time for non-pointer ones.

@Codelax Codelax added the bug Something isn't working label Oct 17, 2023
@Codelax Codelax self-assigned this Oct 17, 2023
@Codelax Codelax added this pull request to the merge queue Oct 17, 2023
Merged via the queue into scaleway:master with commit 7f7ef70 Oct 17, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants