Replies: 1 comment
-
I don't think that is the issue you're facing here. The So this code is trying to init the But... your init method takes seven parameters (each of the six headers and then the route). So, you have a mismatch in the types. I'm not sure if there is a way to "un-group" the headers but you might be best updating the init to take like...
Possibly wrapping the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
code:
error:
Cannot convert value of type '(String, String, String, String, String, Bool, MTServerRoute.Api.Route) -> MTServerRoute.Api' to expected argument type '(((String, String, String, String, String, Bool), MTServerRoute.Api.Route)) -> MTServerRoute.Api'
Beta Was this translation helpful? Give feedback.
All reactions