diff --git a/dinky-web/src/pages/DataStudio/BottomContainer/Console/service.tsx b/dinky-web/src/pages/DataStudio/BottomContainer/Console/service.tsx index b5f9cfe559..ec9e79f6f3 100644 --- a/dinky-web/src/pages/DataStudio/BottomContainer/Console/service.tsx +++ b/dinky-web/src/pages/DataStudio/BottomContainer/Console/service.tsx @@ -1,5 +1,5 @@ import { queryDataByParams } from '@/services/BusinessCrud'; export function getConsoleData() { - return queryDataByParams('api/process/getConsoleByUserId'); + // return queryDataByParams('api/process/getConsoleByUserId'); }