Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Update build_query_string to avoid double ??s #11

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

kppullin
Copy link

Setting uri.query adds a ? character to the URL string automatically. We don't need to add it again in build_query_string, since doing so generates two ? characters in the URL.

Setting `uri.query` adds a `?` character to the URL string automatically.  We don't need to add it again in `build_query_string`, since doing so generates two `?` characters in the URL.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant