Skip to content

Commit fddb96d

Browse files
committed
🐛 fix log
1 parent 552885c commit fddb96d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/controller.model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ import { CacheItemStateType } from './cache-item-state.model';
3333
import { CalendarFilterOptions } from './calendar-filter-options.model';
3434
import { IntegrationErrorType } from './integration-error.model';
3535

36+
import { sanitizeContact } from '../util/contact.util';
3637
import {
3738
PubSubContactsMessage,
3839
PubSubContactsState,
3940
} from './pubsub/pubsub-contacts-message.model';
40-
import { sanitizeContact } from '../util/contact.util';
4141

4242
const CONTACT_FETCH_TIMEOUT = 5000;
4343

@@ -92,7 +92,7 @@ export class Controller {
9292

9393
infoLogger(
9494
'Controller',
95-
`Initialized PubSub client for topic ${topicName}`,
95+
`Initialized PubSub client for topic ${topicNameProvided}`,
9696
);
9797
}
9898

0 commit comments

Comments
 (0)