Skip to content

Commit

Permalink
whats this random comment do?
Browse files Browse the repository at this point in the history
  • Loading branch information
viktree committed Feb 14, 2024
1 parent 8adfbda commit 6cbe853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/microservice/gcloud-pub-sub.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Server, CustomTransportStrategy } from '@nestjs/microservices'
import { GCloudPubSubServerOptions } from '../interfaces/gcloud-pub-sub.interface'
import { MESSAGE, ERROR, PUB_SUB_DEFAULT_RETRY_CODES } from '../helpers/constants'

/* istanbul ignore */

Check warning on line 6 in src/microservice/gcloud-pub-sub.server.ts

View check run for this annotation

Codecov / codecov/patch

src/microservice/gcloud-pub-sub.server.ts#L6

Added line #L6 was not covered by tests
export class GCloudPubSubServer extends Server implements CustomTransportStrategy {
public client: PubSub = null
public subscriptions: Subscription[] = []
Expand Down

0 comments on commit 6cbe853

Please sign in to comment.