Clean up whitespace in CouchDB factory and add coverage directory to gitignore
This commit is contained in:
@@ -21,7 +21,6 @@ const createDbService = () => {
|
||||
if (isProduction()) {
|
||||
try {
|
||||
// Use dynamic require to avoid TypeScript resolution issues
|
||||
|
||||
const {
|
||||
CouchDBService: RealCouchDBService,
|
||||
} = require('./couchdb.production');
|
||||
|
||||
Reference in New Issue
Block a user