mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
fix: now hydration event will have segments inside (#9597)
This commit is contained in:
parent
01870c6165
commit
34abb2669e
@ -111,7 +111,7 @@ export class SegmentReadModel implements ISegmentReadModel {
|
||||
}
|
||||
|
||||
async getAllForClientIds(ids?: number[]): Promise<IClientSegment[]> {
|
||||
if (!ids || ids.length === 0) {
|
||||
if (ids?.length === 0) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user