From 981d7a506297e88bcc8f91f464e4315f3624fed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=20=E6=9F=8F?= Date: Sun, 15 Oct 2023 23:35:06 +0900 Subject: [PATCH] bugfix --- backend/app/api/api_v1/routers/kintone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/api/api_v1/routers/kintone.py b/backend/app/api/api_v1/routers/kintone.py index c616622..ba4de3d 100644 --- a/backend/app/api/api_v1/routers/kintone.py +++ b/backend/app/api/api_v1/routers/kintone.py @@ -509,7 +509,7 @@ async def createjstokintone(app:str): jscs=[] files=[] files.append(createappjs(app)) - files.append('Temp\\alc_runtime.js.js') + files.append('Temp\\alc_runtime.js') for file in files: upload = uploadkintonefiles(file) if upload.get('fileKey') != None: