Skip to content

Commit f9a160c

Browse files
committed
Merge remote-tracking branch 'origin/main' into ph/06-19-feat_dedicated_support_self-serve
2 parents feb34be + 4c29886 commit f9a160c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/dry-emus-exist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
---
4+
5+
chore: add dedicatedSupportChannel to TeamResponse

packages/service-utils/src/mocks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export const validTeamResponse: TeamResponse = {
113113
},
114114
planCancellationDate: null,
115115
unthreadCustomerId: null,
116+
dedicatedSupportChannel: null,
116117
};
117118

118119
export const validTeamAndProjectResponse: TeamAndProjectResponse = {

0 commit comments

Comments
 (0)