Skip to content

Commit 85f8b27

Browse files
authored
fix(backend): Add status field to OrganizationInvitationAcceptedJSON interface (#6889)
Signed-off-by: Kenton Duprey <[email protected]>
1 parent ea2bc26 commit 85f8b27

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.changeset/sharp-parents-vanish.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/backend/src/api/resources/JSON.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ export interface OrganizationInvitationJSON extends ClerkResourceJSON {
393393
}
394394

395395
export interface OrganizationInvitationAcceptedJSON extends OrganizationInvitationJSON {
396+
status: 'accepted';
396397
user_id: string;
397398
}
398399

0 commit comments

Comments
 (0)