Skip to content

Commit 67db4e6

Browse files
committed
refactor(apps/web): remove workspaceId from partner profile analytics and events query schemas
1 parent 47da64c commit 67db4e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/lib/zod/schemas/partner-profile.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export const PartnerProfileCustomerSchema = CustomerEnrichedSchema.pick({
100100
});
101101

102102
export const partnerProfileAnalyticsQuerySchema = analyticsQuerySchema.omit({
103-
workspaceId: true,
104103
externalId: true,
105104
tenantId: true,
106105
programId: true,
@@ -111,7 +110,6 @@ export const partnerProfileAnalyticsQuerySchema = analyticsQuerySchema.omit({
111110
});
112111

113112
export const partnerProfileEventsQuerySchema = eventsQuerySchema.omit({
114-
workspaceId: true,
115113
externalId: true,
116114
tenantId: true,
117115
programId: true,

0 commit comments

Comments
 (0)