Skip to content

Commit

Permalink
refactor(function): move function up
Browse files Browse the repository at this point in the history
Move up function assignTypeTo for reuse.

#97
  • Loading branch information
gregswindle committed Sep 7, 2019
1 parent c1e412f commit b8629f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion lib/factory/factory.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const assignTypeTo = require('./helpers/assign-type-to')
const assignTypeTo = require('../helpers/assign-type-to')
const createFromFile = require('./helpers/create-from-file')
const createFromObject = require('./helpers/create-from-object')
const Operator = require('../operator/operator')
Expand Down
11 changes: 0 additions & 11 deletions lib/factory/helpers/assign-type-to.js

This file was deleted.

0 comments on commit b8629f2

Please sign in to comment.