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

Add icon upload handling #267

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Add icon upload handling #267

merged 2 commits into from
Nov 26, 2024

Conversation

ShocOne
Copy link
Contributor

@ShocOne ShocOne commented Nov 26, 2024

Change

Thank you for your contribution !
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this change.

Type of Change

  • New feature (non-breaking change which adds functionality)

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • My corresponding pipelines / checks run clean and green without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (readme)
  • I did format my code

@ShocOne ShocOne merged commit 34523b5 into main Nov 26, 2024
7 of 8 checks passed
req.Header.Add("Accept", "application/json")
req.Header.Add("Content-Type", fmt.Sprintf("multipart/form-data; boundary=%s", strings.TrimPrefix(customBoundary, "---")))

(*c.Integration).PrepRequestParamsAndAuth(req)

Check warning

Code scanning / gosec

Errors unhandled. Warning

Errors unhandled.
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.

1 participant