From 884f9a34fcee7b353d71b44d5848ce1debebcedf Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 24 Dec 2014 08:25:42 -0400 Subject: [PATCH] Update hapi.d.ts correction A correction to the previous commit --- hapi/hapi.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi/hapi.d.ts b/hapi/hapi.d.ts index 11e7b833ac..fdca6fcdb5 100644 --- a/hapi/hapi.d.ts +++ b/hapi/hapi.d.ts @@ -306,7 +306,7 @@ declare module Hapi { log(tags: Array, data?: string, timestamp?: number): void; log(tags: string, data?: any, timestamp?: number): void; log(tags: Array, data?: any, timestamp?: number): void; - connection(options: info): void; + connection(options: ServerOptions): void; state(name: string, options?: { ttl: number; isSecure: boolean;