Skip to content

Commit

Permalink
fix: Ignore api strategies from ranking (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Oct 11, 2023
1 parent 6274e51 commit ce78505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/spaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const spaceFollowers = {};
const testnets = Object.values(networks)
.filter((network: any) => network.testnet)
.map((network: any) => network.key);
const testStrategies = ['ticket'];
const testStrategies = ['ticket', 'api', 'api-v2', 'api-post', 'api-v2-override'];

function getPopularity(
id: string,
Expand Down

0 comments on commit ce78505

Please sign in to comment.