Commit 593a7d92 by GD-A-150752

lint-fix

parent 581a7fb7
...@@ -122,8 +122,10 @@ export class MessageEngineComponent extends BaseComponent implements OnInit { ...@@ -122,8 +122,10 @@ export class MessageEngineComponent extends BaseComponent implements OnInit {
this.showLoader = true; this.showLoader = true;
this.createdObjs = {}; this.createdObjs = {};
const assocs = const assocs = [
[ASSOCS.MESSAGES, [ASSOCS.MESSAGES, ASSOCS.SENT_BY].join('.'), [ASSOCS.MESSAGES, ASSOCS.ATTACHMENTS].join('.'), ASSOCS.MESSAGES,
[ASSOCS.MESSAGES, ASSOCS.SENT_BY].join('.'),
[ASSOCS.MESSAGES, ASSOCS.ATTACHMENTS].join('.'),
[ASSOCS.CANDIDATE, ASSOCS.USER].join('.')]; [ASSOCS.CANDIDATE, ASSOCS.USER].join('.')];
this.subscriptions.push(this.messageEngineService.getJobApplicationByID(this.jobApplicationID, assocs) this.subscriptions.push(this.messageEngineService.getJobApplicationByID(this.jobApplicationID, assocs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment