diff --git a/backend/app/api/api_v1/routers/kintone.py b/backend/app/api/api_v1/routers/kintone.py index d564af9..e4ba734 100644 --- a/backend/app/api/api_v1/routers/kintone.py +++ b/backend/app/api/api_v1/routers/kintone.py @@ -526,8 +526,8 @@ async def allapps(request:Request,c:config.KINTONE_ENV=Depends(getkintoneenv)): apps = json_data.get("apps",[]) all_apps.extend(apps) if len(apps)