From 1c4f1ef167d50e0632d5fa3381fe64dcb3353545 Mon Sep 17 00:00:00 2001 From: Gregor Yushinov Date: Mon, 6 Nov 2017 17:51:28 +0100 Subject: [PATCH] Don't include patch version in header --- types/bull/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/bull/index.d.ts b/types/bull/index.d.ts index 75c7341723..b7a2142fa0 100644 --- a/types/bull/index.d.ts +++ b/types/bull/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for bull 3.3.5 +// Type definitions for bull 3.3 // Project: https://github.com/OptimalBits/bull // Definitions by: Bruno Grieder // Cameron Crothers @@ -233,7 +233,7 @@ declare namespace Bull { failed: number; delayed: number; } - + interface JobInformation { key: string; name: string;