Compare commits

..
@@ -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(