Skip to content

Commit

Permalink
Merge pull request #24 from joshuaalpuerto/wip/refactor-structure
Browse files Browse the repository at this point in the history
Restructure repository folder to structure
  • Loading branch information
joshuaalpuerto committed Jul 1, 2018
2 parents 0276f56 + 7222cb0 commit 52b86fd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { toEntity } = require('./transforms/company')
const { toEntity } = require('./transform')

module.exports = (model) => {
const getAll = (...args) =>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { toEntity } = require('./transforms/user')
const { comparePassword } = require('../encryption')
const { toEntity } = require('./transform')
const { comparePassword } = require('../../encryption')

module.exports = (model) => {
const getAll = (...args) =>
Expand Down
File renamed without changes.

0 comments on commit 52b86fd

Please sign in to comment.