fix: style issues
This commit is contained in:
@@ -116,7 +116,10 @@ export async function queryStorageClass(
|
||||
{
|
||||
method: 'GET',
|
||||
params: omitPathParams(params),
|
||||
cancelToken: options?.token
|
||||
cancelToken: options?.token,
|
||||
headers: {
|
||||
skipErrorHandler: 'true'
|
||||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user