Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbouman committed Apr 15, 2024
1 parent f724468 commit 6918d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataSource/duckdb/DuckDbDataSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class DuckDbDataSource extends EventEmitter {
file.name,
file,
protocol
)
);
}

async destroy(){
Expand Down

0 comments on commit 6918d8c

Please sign in to comment.