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

Allow field to be used with v1 data format #76

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

treydock
Copy link
Contributor

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

Copy link
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
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
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.

None yet

2 participants