Skip to content

Commit

Permalink
feat(orga): fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
alicegoarnisson committed Dec 18, 2024
1 parent 87cd8a4 commit 3b9c515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class CampaignParticipationKnowledgeElementSnapshots {
this.userId = userId;
this.snappedAt = snappedAt;
this.knowledgeElements = knowledgeElements;
this.campaginParticipationId = campaignParticipationId;
this.campaignParticipationId = campaignParticipationId;
}
}

Expand Down

0 comments on commit 3b9c515

Please sign in to comment.