Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mairatma committed Nov 8, 2023
1 parent cfa7887 commit eba4ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/infra/VBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class VBase extends InfraClient {
requestSpanNameSuffix: metric,
...tracingConfig?.tracing,
},
...requestConfig
...requestConfig,
} as IgnoreNotFoundRequestConfig)
.catch(async (error: AxiosError<T>) => {
const { response } = error
Expand Down

0 comments on commit eba4ac9

Please sign in to comment.