Fix format

This commit is contained in:
Laurent Nguyen 2024-04-22 17:48:25 +02:00
parent 804621d275
commit ff5da7bbd0

View File

@ -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(