diff --git a/packages/api/handlers/create-roleypoly-data.ts b/packages/api/handlers/create-roleypoly-data.ts index f790f85..23853c2 100644 --- a/packages/api/handlers/create-roleypoly-data.ts +++ b/packages/api/handlers/create-roleypoly-data.ts @@ -11,6 +11,7 @@ export const CreateRoleypolyData = onlyRootUsers( message: 'Hey, this is kind of a demo setup so features/use cases can be shown off.\n\nThanks for using Roleypoly <3', features: Features.Preview, + auditLogWebhook: null, categories: [ { id: KSUID.randomSync().string, diff --git a/packages/api/utils/import-from-legacy.ts b/packages/api/utils/import-from-legacy.ts index 31b0246..eee2f22 100644 --- a/packages/api/utils/import-from-legacy.ts +++ b/packages/api/utils/import-from-legacy.ts @@ -44,6 +44,7 @@ export const transformLegacyGuild = (guild: LegacyGuildData): GuildData => { id: guild.id, message: guild.message, features: Features.LegacyGuild, + auditLogWebhook: null, categories: sortBy(Object.values(guild.categories), 'position').map( (category, idx) => ({ ...category, diff --git a/packages/design-system/fixtures/storyData.ts b/packages/design-system/fixtures/storyData.ts index da32bba..44bd94c 100644 --- a/packages/design-system/fixtures/storyData.ts +++ b/packages/design-system/fixtures/storyData.ts @@ -174,6 +174,7 @@ export const guildData: GuildData = { message: 'henlo worl!!', categories: [mockCategory, mockCategorySingle], features: Features.None, + auditLogWebhook: null, }; export const user: DiscordUser = {