fix: types

This commit is contained in:
Fine 2024-02-26 19:21:36 +08:00
parent e258d24c02
commit 241647ac42

View File

@ -159,6 +159,7 @@ export async function useExpressionsQueryProcessor(config: Indexable) {
return data; return data;
} catch (error) { } catch (error) {
console.error(error); console.error(error);
return { source: {}, tips: [], typesOfMQE: [] };
} }
} }