From f0f282afe049eb725dc8bbbb124cc49cd1d78bc1 Mon Sep 17 00:00:00 2001 From: "xiaozhe.ma" Date: Mon, 22 Jul 2024 18:28:25 +0900 Subject: [PATCH] =?UTF-8?q?bug534:=E3=82=A2=E3=83=97=E3=83=AA=E6=9C=80?= =?UTF-8?q?=E5=A4=A7100=E4=BB=B6=E8=B6=85=E3=81=88=E3=82=8B=E5=A0=B4?= =?UTF-8?q?=E5=90=88=E3=81=AE=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/api/api_v1/routers/kintone.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)