Skip to content

Commit

Permalink
fix: config env
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Apr 3, 2023
1 parent ceab84d commit 03919cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/config/in-memory-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export class InMemoryConfiguration implements Configuration {

@IsOptional()
@ValidateIf((conf) => conf.PUBSUB_SERVICE === RABBITMQ)
@IsNotEmpty()
@IsString()
RABBITMQ_PASSCODE_FILE = '';

Expand Down

0 comments on commit 03919cd

Please sign in to comment.