1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-27 01:19:00 +02:00

feat: allow nullable client ip for frontend apps (#9867)

This commit is contained in:
Mateusz Kwasniewski 2025-04-30 10:03:16 +02:00 committed by GitHub
parent 6c5fa4c8a7
commit 9e4c3a388f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ export const applicationEnvironmentInstancesSchema = {
description:
'An IP address identifying the instance of the application running the SDK',
example: '192.168.0.1',
nullable: true,
},
lastSeen: {
type: 'string',