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: improve variable naming to avoid shadowing and enhance clarity
- Use epochJob instead of job for epoch-based scheduling to avoid variable shadowing
- Use cronJob instead of job for cron-based scheduling for consistency
- Addresses Copilot suggestions about variable scope and naming clarity
0 commit comments