Update index.d.ts

Remove nullable from returnvalue (as any already encompasses null)
This commit is contained in:
Daniel Hritzkiv
2019-01-17 11:07:28 -05:00
committed by GitHub
parent e49d357d1d
commit 7159e5a15b

View File

@@ -146,7 +146,7 @@ declare namespace Bull {
*/
stacktrace: string[];
returnvalue: any | null;
returnvalue: any;
/**
* Report progress on a job