Skip to content

Commit

Permalink
Fix typo in edition has unique task property
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Jan 18, 2024
1 parent 38b894e commit 0f67e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectEditor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class ProjectEditor(projectEditorFile: File, val catalogDef: CatalogDef, isCreat
put("crash.server.url", DEFAULT_LOG_SERVER)
put("buildInfo", buildInfo)
put("pushNotification", findJsonBoolean("pushNotification") ?: false)
put("action.edit.hashUniqueTask", findJsonBoolean("editActionHasUniqueTask") ?: false)
put("action.edit.hasUniqueTask", findJsonBoolean("editActionHasUniqueTask") ?: false)
}
}

Expand Down

0 comments on commit 0f67e23

Please sign in to comment.