Remove unnecessary spread operator
This commit is contained in:
@@ -445,9 +445,7 @@ export async function compileAndRunQueryAgainstDatabaseCore(
|
||||
void showAndLogExceptionWithTelemetry(error);
|
||||
}
|
||||
|
||||
return {
|
||||
...translateLegacyResult(result),
|
||||
};
|
||||
return translateLegacyResult(result);
|
||||
} else {
|
||||
// Error dialogs are limited in size and scrollability,
|
||||
// so we include a general description of the problem,
|
||||
|
||||
Reference in New Issue
Block a user