@epic-web/workshop-app 5.3.5 → 5.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1306,7 +1306,7 @@ async function userHasAccessToWorkshop({
1306
1306
  }
1307
1307
  const UserInfoSchema = z.object({
1308
1308
  id: z.string(),
1309
- name: z.string(),
1309
+ name: z.string().nullable(),
1310
1310
  email: z.string().email(),
1311
1311
  image: z.string().nullable(),
1312
1312
  discordProfile: z.object({