|
this method waiting for a string argument i suggest to change the expected argument data type to a number |
Answered by
ghost
Sep 3, 2019
Replies: 3 comments 2 replies
|
It takes a string but you could declare a bunch of predefined values to pick from |
0 replies
|
It takes a string because you are supposed to pass "200 OK" or something like that. You can PR an enum with a few common statuses if you want to |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It takes a string because you are supposed to pass "200 OK" or something like that. You can PR an enum with a few common statuses if you want to