mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-09 10:49:25 +01:00
Merge 5c4844e29abdf78e1d4b5ca1ed1d1f448e47c3f1 into fb54d8b54984f89f7dba90a18e7c3048421464c3
This commit is contained in:
commit
94641741d1
@ -253,8 +253,8 @@ public class EarlybirdFeatureSchemaMerger {
|
|||||||
|
|
||||||
// We do not need checksum for exported vars as all cached schemas are from the majority of the
|
// We do not need checksum for exported vars as all cached schemas are from the majority of the
|
||||||
// responses.
|
// responses.
|
||||||
featureSchemas.keySet().stream().forEach(key -> exportedVersions.add(key.getVersion()));
|
featureSchemas.keySet().forEach(key -> exportedVersions.add(key.getVersion()));
|
||||||
exportedVersions.stream().forEach(version -> {
|
exportedVersions.forEach(version -> {
|
||||||
builder.append('_');
|
builder.append('_');
|
||||||
builder.append(version);
|
builder.append(version);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user