remove old module.exports from sqlite storage

This commit is contained in:
Ewout Stortenbeker 2022-11-07 14:46:14 +01:00
parent 284b72e3c6
commit 6db2ff04b7

View file

@ -1206,10 +1206,3 @@ export class SQLiteStorage extends Storage {
}
}
module.exports = {
SQLiteNodeAddress,
SQLiteNodeInfo,
SQLiteStorage,
SQLiteStorageSettings,
};