Skip to content

Commit

Permalink
fix: observed empty authorName in membership event
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Oct 25, 2021
1 parent d193c52 commit c943c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export interface AddMembershipMilestoneItemAction {
level?: string;

membership: Membership;
authorName: string;
authorName?: string;
authorChannelId: string;
authorPhoto: string;

Expand Down

0 comments on commit c943c73

Please sign in to comment.