Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checklist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface InputChecklist {
/** Pass True if other users can add tasks to the checklist */
others_can_add_tasks?: boolean;
/** Pass True if other users can mark tasks as done or not done in the checklist */
others_can_mark_tasks_as_done?: true;
others_can_mark_tasks_as_done?: boolean;
}

/** Describes a service message about checklist tasks marked as done or not done. */
Expand Down