Skip to content

Commit

Permalink
fix: values must be in /results attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed May 9, 2024
1 parent e157285 commit b2b2601
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
# fake
{
error: false,
name: auth_token
results: {
name: auth_token
}
}.to_json
end

Expand Down

0 comments on commit b2b2601

Please sign in to comment.