Skip to content

Commit 98d238e

Browse files
authored
Fixed issue #285 by changing Void with a capital V to void with a lowercase v in the file odbc.d.ts (#287)
Signed-off-by: Perry Raleigh <[email protected]>
1 parent 69f49bd commit 98d238e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/odbc.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ declare namespace odbc {
180180

181181
fetch<T>(): Promise<Result<T>>
182182

183-
close(): Promise<Void>
183+
close(): Promise<void>
184184

185185
////////////////////////////////////////////////////////////////////////////
186186
// Callbacks ///////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)