From ee17d37aa188b0ca43cea0e89d6cd1a566b765cb Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Tue, 30 Aug 2022 22:42:11 +0500 Subject: [PATCH] fix: typo mistake --- api/src/utils/getDesktopFields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/utils/getDesktopFields.ts b/api/src/utils/getDesktopFields.ts index bbf2391..5e13264 100644 --- a/api/src/utils/getDesktopFields.ts +++ b/api/src/utils/getDesktopFields.ts @@ -16,7 +16,7 @@ export const getDesktopFields = async () => { nodeLoc = NODE_PATH ?? (await getNodeLocation()) } - if (process.runTimes.includes(RunTimeType.JS)) { + if (process.runTimes.includes(RunTimeType.PY)) { pythonLoc = PYTHON_PATH ?? (await getPythonLocation()) }