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

fix: correct mistaken GROUP BY fxa_kid (vs userid) #246

Merged
merged 2 commits into from
Oct 4, 2019

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Oct 4, 2019

minor rearranging

.params(params! {
"fxa_uid" => user_id.fxa_uid,
"fxa_kid" => user_id.fxa_kid,
})
Copy link
Member

Choose a reason for hiding this comment

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

This was more me trying to be consistent about how params were being defined for functions. The clone was definitely unneeded. Thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

No worries, I think this is actually leftover from removing a second unneeded DELETE query anyway

@pjenvey pjenvey merged commit f3bc384 into master Oct 4, 2019
@pjenvey pjenvey deleted the fix/fix-group-by-kid branch October 4, 2019 22:51
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