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:
parent
6c5fa4c8a7
commit
9e4c3a388f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user