Skip to content

Conversation

@ibuildthecloud
Copy link
Contributor

No description provided.


// Drop empty values
for k, v := range response {
if v == "" || v == nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
if v == "" || v == nil {
if v == "" {

@thedadams thedadams merged commit 2401cb9 into obot-platform:main Sep 4, 2025
2 checks passed
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.

2 participants