Make Route.clone properly copy parameter definitions
This commit is contained in:
@@ -339,6 +339,7 @@ export class Route<TReturn extends ResponseObject, THandlerParams extends unknow
|
||||
this.postflight = other.postflight.clone()
|
||||
this.aliases = other.aliases.clone()
|
||||
this.displays = other.displays.clone()
|
||||
this.parameters = other.parameters.clone()
|
||||
}
|
||||
|
||||
public calls<TKey>(
|
||||
|
||||
Reference in New Issue
Block a user