Skip to content

Commit eba4ac9

Browse files
committed
Fix lint
1 parent cfa7887 commit eba4ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/clients/infra/VBase.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class VBase extends InfraClient {
117117
requestSpanNameSuffix: metric,
118118
...tracingConfig?.tracing,
119119
},
120-
...requestConfig
120+
...requestConfig,
121121
} as IgnoreNotFoundRequestConfig)
122122
.catch(async (error: AxiosError<T>) => {
123123
const { response } = error

0 commit comments

Comments
 (0)