Skip to content

Commit

Permalink
feat(hub-common): add blocked as a possible PostStatus (#1222)
Browse files Browse the repository at this point in the history
affects: @esri/hub-common
  • Loading branch information
velveetachef authored Sep 20, 2023
1 parent 170dd06 commit 11c8a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/discussions/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export enum PostStatus {
REJECTED = "rejected",
DELETED = "deleted",
HIDDEN = "hidden",
BLOCKED = "blocked",
}

/**
Expand Down

0 comments on commit 11c8a58

Please sign in to comment.