Skip to content

Commit cada59c

Browse files
authored
Merge pull request #47 from rj-au/patch-2
Fix type for flush promise return value: Boolean -> boolean
2 parents 97203da + d070215 commit cada59c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare namespace PinoSeq {
1212
}
1313

1414
function createStream(config: PinoSeq.SeqConfig): Writable & {
15-
flush: () => Promise<Boolean>;
15+
flush: () => Promise<boolean>;
1616
};
1717
}
1818

0 commit comments

Comments
 (0)