Rename folder to fix problems on MacOS and windows

This commit is contained in:
Jan Oberhauser
2019-06-24 10:30:46 +02:00
parent 1d86a2a773
commit bce2ef34ed
10 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ import * as config from 'config';
import {
MongoDb,
SQLite,
} from './db';
} from './databases';
export let collections: IDatabaseCollections = {
Credentials: null,