Skip to content

Commit

Permalink
refactor(history): rename to historys ♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Apr 23, 2020
1 parent b2b1f9a commit 47c6f28
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apis/services/apis.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const montaineMap = require(path.resolve('./lib/helpers/montaineMap'));
const montaineType = require(path.resolve('./lib/helpers/montaineType'));
const montaineRequest = require(path.resolve('./lib/helpers/montaineRequest'));
const montaineSave = require(path.resolve('./lib/helpers/montaineSave'));
const HistorysService = require(path.resolve('./modules/history/services/historys.service'));
const HistorysService = require(path.resolve('./modules/historys/services/historys.service'));
const ApisRepository = require('../repositories/apis.repository');


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 47c6f28

Please sign in to comment.