Skip to content

Commit

Permalink
Remove linting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BobdenOs committed May 28, 2024
1 parent c4e2562 commit 6546a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite/lib/sql.js.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const initSqlJs = require('sql.js');
const init = initSqlJs({})

class WasmSqlite {
constructor(database) {
constructor(/*database*/) {
// TODO: load / store database file contents
this.ready = init
.then(SQL => { this.db = new SQL.Database() })
Expand Down

0 comments on commit 6546a7d

Please sign in to comment.