Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Uroš Marolt committed Oct 27, 2023
1 parent 4c805c6 commit d228bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/archetypes/standard/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export class Service {
serverUrl: process.env['CROWD_TEMPORAL_SERVER_URL'],
namespace: process.env['CROWD_TEMPORAL_NAMESPACE'],
identity: this.name,
rootCa: process.env['CROWD_TEMPORAL_ROOT_CA'],
certificate: process.env['CROWD_TEMPORAL_CERTIFICATE'],
privateKey: process.env['CROWD_TEMPORAL_PRIVATE_KEY'],
})
Expand Down

0 comments on commit d228bbe

Please sign in to comment.