[restify] Fix build by removing wrong headers property from Response (#22653)

This commit is contained in:
Flarna 2018-01-03 20:23:20 +01:00 committed by Mohamed Hegazy
parent dc55760848
commit d858e8e4a6

View File

@ -731,9 +731,6 @@ export interface Response extends http.ServerResponse {
/** short hand for the header content-type. */
contentType: string;
/** response headers. */
headers: any;
/** A unique request id (x-request-id). */
id: string;
}