chore(#1): apply Prettier formatting to all source and test files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -46,7 +46,7 @@ const DEFAULT_ON_ERROR = (_error: Error): void => {
|
||||
|
||||
export function resolveConfig(config: TelemetryConfig): ResolvedConfig {
|
||||
return {
|
||||
serverUrl: config.serverUrl.replace(/\/+$/, ''),
|
||||
serverUrl: config.serverUrl.replace(/\/+$/, ""),
|
||||
apiKey: config.apiKey,
|
||||
instanceId: config.instanceId,
|
||||
enabled: config.enabled ?? true,
|
||||
|
||||
Reference in New Issue
Block a user