Commit aa92fc6
authored
chore: Ensure the FDv2 data system honors the offline configuration. (#212)
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Ensures FDv2 respects offline mode by switching data source
construction based on `configuration.Offline`.
>
> - In `FDv2DataSystem.Create`, when `configuration.Offline` is true,
builds `Components.ExternalUpdatesOnly` with
`contextWithSelectorSource`; otherwise constructs the standard FDv2
composite data source via `FDv2DataSource.CreateFDv2DataSource`
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
0319dfe. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent b155938 commit aa92fc6
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | | - | |
| 74 | + | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
0 commit comments