Skip to content

Commit

Permalink
Fix another type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed Jan 16, 2025
1 parent f68e1c1 commit 55a2d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/subscribers/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export type SubscriberListArgs = {
filterOption?: SubscribersFilterBy;
searchTerm?: string;
sortTerm?: SubscribersSortBy;
sortOrder?: SubscribersSortOrder;
sortOrder?: string;
};

export type SubscriberStats = {
Expand Down

0 comments on commit 55a2d9b

Please sign in to comment.