This commit is contained in:
@@ -102,9 +102,6 @@ const suffix = (operator: FilterOperator) => {
|
||||
export class DuckdbService {
|
||||
private db!: duckdb.AsyncDuckDB;
|
||||
|
||||
constructor() {
|
||||
this.init();
|
||||
}
|
||||
async init() {
|
||||
const JSDELIVR_BUNDLES = duckdb.getJsDelivrBundles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user