Skip to content

Commit

Permalink
Update src/participation.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
timea-solid and TallTed authored Aug 16, 2023
1 parent cd2c84a commit 1dc3036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/participation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function recordParticipation (subject: NamedNode, padDoc: NamedNode, refr
* @param {NamedNode} document - the document into which the participation should be shown
* @param {NamedNode} subject - the thing in which participation is happening
* @param {NamedNode} me - the logged in user
* @param {ParticipationOptions} options - the options that can be passed in are deleteFunction, link, and draggable these are used by the personTR button
* @param {ParticipationOptions} options - the options that can be passed in are deleteFunction, link, and draggable; these are used by the personTR button
*
*/
export function manageParticipation (
Expand Down

0 comments on commit 1dc3036

Please sign in to comment.