From fae7f4711b2dd1979e953ae8bc9f70fbf8e41b74 Mon Sep 17 00:00:00 2001 From: YUUU23 Date: Tue, 13 Aug 2024 00:12:09 -0500 Subject: [PATCH] ref: uncomment getCommit --- src/App/components/JsPsychExperiment.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/components/JsPsychExperiment.jsx b/src/App/components/JsPsychExperiment.jsx index d8394dae..56ce1e68 100644 --- a/src/App/components/JsPsychExperiment.jsx +++ b/src/App/components/JsPsychExperiment.jsx @@ -51,7 +51,7 @@ export default function JsPsychExperiment({ tempJsPsych.data.addProperties({ app_name: import.meta.env.PACKAGE_NAME, app_version: import.meta.env.PACKAGE_VERSION, - // app_commit: await window.electronAPI.getCommit(), + app_commit: await window.electronAPI.getCommit(), study_id: studyID, participant_id: participantID, start_date: startDate,