Skip to content

Commit 9ede15c

Browse files
authored
feat: additional FDv2 functionality (#898)
This PR is nearly an empty commit and removes a completed TODO with a `feat` commit to trigger a release. Up to this point, no FDv2 changes in shared/common had been made in a `feat` commit, so`js-sdk-common` didn't have a release triggered since May 21st. This was overlooked as additional functionality was merged into main in other packages that did get released.
1 parent b0ca5ee commit 9ede15c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/shared/common/src/api/subsystem/DataSystem/CallbackHandler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export class CallbackHandler {
2222
return;
2323
}
2424

25-
// TODO: SDK-1044 track selector for future synchronizer to use
26-
// report data up
2725
this._dataCallback(basis, data);
2826
}
2927

packages/shared/common/src/datasource/CompositeDataSource.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ interface TransitionRequest {
3636
*/
3737
export class CompositeDataSource implements DataSource {
3838
// TODO: SDK-856 async notification if initializer takes too long
39-
// TODO: SDK-1044 utilize selector from initializers
4039

4140
private _initPhaseActive: boolean;
4241
private _initFactories: DataSourceList<LDDataSourceFactory>;

0 commit comments

Comments
 (0)