Skip to content

Commit

Permalink
Merge branch 'main' into refactor/removed-available-filter-definition…
Browse files Browse the repository at this point in the history
…s-states
  • Loading branch information
lucasbordeau authored Feb 3, 2025
2 parents fc4ae0a + 5a13d5a commit db17701
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ export abstract class ActiveWorkspacesCommandRunner extends BaseCommandRunner {
WorkspaceActivationStatus.SUSPENDED,
]),
},
order: {
createdAt: 'ASC',
},
});

return activeWorkspaces.map((workspace) => workspace.id);
Expand Down

0 comments on commit db17701

Please sign in to comment.