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

Fix 'args.startsWith is not a function' #205

Merged
merged 1 commit into from
May 3, 2017
Merged

Fix 'args.startsWith is not a function' #205

merged 1 commit into from
May 3, 2017

Conversation

jeffyoung
Copy link
Contributor

UrlBuilder introduced this issue (#203). The problem is that, when pushing the object onto results, id was being pushed as a number (not a string). The client was then assuming the value was a string (since ...args was typed as string[]). That type checking was no help here.

UrlBuilder introduced this issue. The problem is that when pushing the object onto results, id was being pushed as a number (not a string).  The client was then assuming the value was a string (since ...args was typed as string[]).  That typing was no help here.
@jeffyoung jeffyoung merged commit c0772a8 into master May 3, 2017
@jeffyoung jeffyoung deleted the jeyou/fix-203 branch May 3, 2017 18:10
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.

None yet

3 participants