File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export class GCPSConsumer implements Process {
127
127
this . logger . info (
128
128
`[GCPS - TASK - START] Event received by Consumer for topic.` ,
129
129
{
130
- subscription : this . subscriptionName
130
+ subscription : this . subscriptionName ,
131
131
}
132
132
)
133
133
}
@@ -137,7 +137,7 @@ export class GCPSConsumer implements Process {
137
137
this . logger . error (
138
138
`[GCPS - TASK - NO_IMPLEMENTATION_FAIL] No implementation found for topic.` ,
139
139
{
140
- subscription : this . subscriptionName
140
+ subscription : this . subscriptionName ,
141
141
}
142
142
)
143
143
}
@@ -166,7 +166,7 @@ export class GCPSConsumer implements Process {
166
166
this . logger . info (
167
167
`[GCPS - TASK - SUCCESS] Event successfully completed by Consumer.` ,
168
168
{
169
- subscription : this . subscriptionName
169
+ subscription : this . subscriptionName ,
170
170
}
171
171
)
172
172
}
You can’t perform that action at this time.
0 commit comments