Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(fix) missiong import
· 90f3e157
Martin Santangelo
authored
Jun 13, 2019
90f3e157
Merge branch 'sprint/GiddyGiraffe.fix.missing.import.log.service.messenger' into 'master'
· 760f311f
Martin Santangelo
authored
Jun 13, 2019
[Sprint/GriddyGiraffe] (fix) missing import Closes
#983
See merge request
!221
760f311f
Hide whitespace changes
Inline
Side-by-side
src/messenger/MessengerListStore.js
View file @
760f311f
...
...
@@ -15,6 +15,7 @@ import socket from '../common/services/socket.service';
import
badge
from
'
../common/services/badge.service
'
;
import
{
abort
}
from
'
../common/helpers/abortableFetch
'
;
import
i18n
from
'
../common/services/i18n.service
'
;
import
logService
from
'
../common/services/log.service
'
;
/**
* Messenger Conversation List Store
...
...