Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename DWD to DelegationCredential #19744

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: domainWideDelegationCredentialId error type
  • Loading branch information
ThyMinimalDev committed Mar 5, 2025
commit 42448f2a8762eaeea7a741a982683ba77bea46c2
2 changes: 2 additions & 0 deletions apps/api/v1/test/lib/selected-calendars/_post.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ describe("POST /api/selected-calendars", () => {
id: "xxx-xxx",
eventTypeId: null,
delegationCredentialId: null,
domainWideDelegationCredentialId: null,
googleChannelId: null,
googleChannelKind: null,
googleChannelResourceId: null,
Expand Down Expand Up @@ -124,6 +125,7 @@ describe("POST /api/selected-calendars", () => {
googleChannelResourceUri: null,
googleChannelExpiration: null,
delegationCredentialId: null,
domainWideDelegationCredentialId: null,
eventTypeId: null,
error: null,
});
Expand Down
Loading