Skip to content

Commit 2dde95d

Browse files
committed
fix(client:auth.service): fix lodash import
fixes #2549
1 parent 1735d41 commit 2dde95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/components/auth(auth)/auth.service.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
import _ from 'lodash';
3+
import * as _ from 'lodash';
44

55
// @flow
66
class _User {

0 commit comments

Comments
 (0)