diff --git a/backend/api/src/create-user-and-profile.ts b/backend/api/src/create-user-and-profile.ts index 0f32d4a0..8695f082 100644 --- a/backend/api/src/create-user-and-profile.ts +++ b/backend/api/src/create-user-and-profile.ts @@ -112,7 +112,7 @@ export const createUserAndProfile: APIHandler<'create-user-and-profile'> = async avatar_url: avatarUrl, is_banned_from_posting: Boolean( (deviceToken && bannedDeviceTokens.includes(deviceToken)) || - (ip && bannedIpAddresses.includes(ip)), + (ip && bannedIpAddresses.includes(ip)), ), data: {}, })