[restify] Remove old property from Next interface (#36842)

This commit is contained in:
Andrew Fairbairn
2019-07-16 14:44:48 -07:00
committed by Andrew Branch
parent 26275aa0a5
commit 89006a4cab
-2
View File
@@ -877,8 +877,6 @@ export interface RedirectOptions {
export interface Next {
(err?: any): void;
ifError(err?: any): void;
}
export interface RouteSpec {