Skip to content

Commit 231e500

Browse files
authored
fix(client:socket.service): import lodash named exports
1 parent 5023093 commit 231e500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
import _ from 'lodash';
2+
import * as _ from 'lodash';
33
import angular from 'angular';
44
import io from 'socket.io-client';
55

0 commit comments

Comments
 (0)