Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
viktree committed Feb 15, 2024
1 parent 4e74631 commit 3e9b85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microservice/gcloud-pub-sub.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Server, CustomTransportStrategy } from '@nestjs/microservices'

import { MESSAGE, ERROR, PUB_SUB_DEFAULT_RETRY_CODES } from '../helpers/constants'
import { GCloudPubSubServerOptions } from '../interfaces/gcloud-pub-sub.interface'

/* istanbul ignore next */

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

const RETRY_INTERVAL = 5000

export class GCloudPubSubServer /* istanbul ignore next */
Expand Down

0 comments on commit 3e9b85e

Please sign in to comment.