fix: use double quotes for ConfigService key (prettier)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
@@ -14,7 +14,7 @@ export class GatekeeperService {
|
||||
private readonly logger = new Logger(GatekeeperService.name);
|
||||
|
||||
private get giteaApiBaseUrl(): string {
|
||||
return `${this.configService.getOrThrow<string>('GITEA_URL')}/api/v1`;
|
||||
return `${this.configService.getOrThrow<string>("GITEA_URL")}/api/v1`;
|
||||
}
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user