You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: guard against missing sync job config in GetSyncJobConfig
- Use null-conditional access when reading syncJobsConfig.Value.Jobs
- Return 204 No Content from ListIds when config or jobs are null
- Change ListIds, ListAreas, GetJobConfig to synchronous; no async/await used
- Explicit TryGetValue checks (== true) for clarity with null-conditional
0 commit comments