File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ import { CacheItemStateType } from './cache-item-state.model';
33
33
import { CalendarFilterOptions } from './calendar-filter-options.model' ;
34
34
import { IntegrationErrorType } from './integration-error.model' ;
35
35
36
+ import { sanitizeContact } from '../util/contact.util' ;
36
37
import {
37
38
PubSubContactsMessage ,
38
39
PubSubContactsState ,
39
40
} from './pubsub/pubsub-contacts-message.model' ;
40
- import { sanitizeContact } from '../util/contact.util' ;
41
41
42
42
const CONTACT_FETCH_TIMEOUT = 5000 ;
43
43
@@ -92,7 +92,7 @@ export class Controller {
92
92
93
93
infoLogger (
94
94
'Controller' ,
95
- `Initialized PubSub client for topic ${ topicName } ` ,
95
+ `Initialized PubSub client for topic ${ topicNameProvided } ` ,
96
96
) ;
97
97
}
98
98
You can’t perform that action at this time.
0 commit comments