Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
viktree committed Feb 29, 2024
1 parent 10e92a3 commit b839941
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/microservice/gcloud-pub-sub.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ 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 */

const RETRY_INTERVAL = 5000

export class GCloudPubSubServer /* istanbul ignore next */
export class GCloudPubSubServer
extends Server
implements CustomTransportStrategy
{
Expand Down

0 comments on commit b839941

Please sign in to comment.