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
Optimize app generation detection by using AppInfo response
- Use app.Generation.Name directly from AppInfo response instead of making separate SpaceInfo API call
- Remove unnecessary getSpaceGeneration() function and SpaceInfo API request
- Maintains same functionality with better performance and fewer API calls
- Addresses PR feedback about unnecessary API requests
0 commit comments