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 turbo status handling for spaces (#1010)
### Summary
- updated isTurbo function to accept boolean for turbo status
### How to test
- use following query to see correct space order sorted by popularity
```GraphQL
{
ranking(first:10){
items {
id
rank
}
}
}
```
0 commit comments