mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Fix format
This commit is contained in:
@@ -1426,6 +1426,7 @@ const DocumentsTabComponent: React.FunctionComponent<{
|
|||||||
setOnLoadStartKey(null);
|
setOnLoadStartKey(null);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// estlint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
(error: any) => {
|
(error: any) => {
|
||||||
if (onLoadStartKey !== null && onLoadStartKey !== undefined) {
|
if (onLoadStartKey !== null && onLoadStartKey !== undefined) {
|
||||||
TelemetryProcessor.traceFailure(
|
TelemetryProcessor.traceFailure(
|
||||||
|
|||||||
Reference in New Issue
Block a user