Skip to content

Commit 9101905

Browse files
authored
Merge pull request #14 from copilot-platforms/remove-portal-name
fix: portalName is no longer part of this payload
2 parents 3c22594 + eb70fc2 commit 9101905

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types/common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export const MeResponseSchema = z.object({
55
givenName: z.string(),
66
familyName: z.string(),
77
email: z.string(),
8-
portalName: z.string(),
98
})
109
export type MeResponse = z.infer<typeof MeResponseSchema>
1110

0 commit comments

Comments
 (0)