Skip to content

Allow field to be used with v1 data format#76

Merged
treydock merged 1 commit intovoxpupuli:masterfrom
treydock:v1-field
Apr 21, 2023
Merged

Allow field to be used with v1 data format#76
treydock merged 1 commit intovoxpupuli:masterfrom
treydock:v1-field

Conversation

@treydock
Copy link
Copy Markdown
Contributor

This allows the field to be used with v1 data format.

Copy link
Copy Markdown
Contributor

@natemccurdy natemccurdy left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@natemccurdy natemccurdy added enhancement New feature or request and removed needs-tests labels Apr 21, 2023
@treydock treydock merged commit 8842008 into voxpupuli:master Apr 21, 2023
@treydock treydock deleted the v1-field branch April 21, 2023 17:43
if key.nil?
JSON.parse(secret_response.body)['data']
json_data = JSON.parse(secret_response.body)
puts "KEY=#{key} DATA=#{json_data}"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@treydock Ah shoot... this puts should not be here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@natemccurdy My bad, I removed here: #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants