Skip to content

Commit

Permalink
ref: uncomment getCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
YUUU23 committed Aug 13, 2024
1 parent e3f4977 commit fae7f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/components/JsPsychExperiment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fae7f47

Please sign in to comment.