Skip to content

Commit

Permalink
refactor: renamed persistence to database
Browse files Browse the repository at this point in the history
  • Loading branch information
mvegter committed Apr 27, 2020
1 parent f4a27e8 commit 4062886
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/application/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

const Server = require('../server');
const persistence = require('../persistence');
const persistence = require('../database');

module.exports = {
server: new Server(),
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4062886

Please sign in to comment.