refactor: move randomVal to a lib

This commit is contained in:
Blade Barringer
2016-09-26 08:14:18 -05:00
parent 331993c1df
commit 913cb16638
9 changed files with 13 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ import _ from 'lodash';
import {
NotAuthorized,
} from '../libs/errors';
import randomVal from '../fns/randomVal';
import randomVal from '../libs/randomVal';
// TODO this is only used on the server
// move out of common?