Skip to content

Commit 132e461

Browse files
committed
Fix linting errors
1 parent 83a01a6 commit 132e461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/queue/drivers/gcps/GCPSConsumer.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export class GCPSConsumer implements Process {
127127
this.logger.info(
128128
`[GCPS - TASK - START] Event received by Consumer for topic.`,
129129
{
130-
subscription: this.subscriptionName
130+
subscription: this.subscriptionName,
131131
}
132132
)
133133
}
@@ -137,7 +137,7 @@ export class GCPSConsumer implements Process {
137137
this.logger.error(
138138
`[GCPS - TASK - NO_IMPLEMENTATION_FAIL] No implementation found for topic.`,
139139
{
140-
subscription: this.subscriptionName
140+
subscription: this.subscriptionName,
141141
}
142142
)
143143
}
@@ -166,7 +166,7 @@ export class GCPSConsumer implements Process {
166166
this.logger.info(
167167
`[GCPS - TASK - SUCCESS] Event successfully completed by Consumer.`,
168168
{
169-
subscription: this.subscriptionName
169+
subscription: this.subscriptionName,
170170
}
171171
)
172172
}

0 commit comments

Comments
 (0)