We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730b4a6 commit 69b4f42Copy full SHA for 69b4f42
src/flow/flow.controller.ts
@@ -21,7 +21,7 @@ import { PairsResult } from './dto/pairsResult';
21
import { sortProjectId } from 'src/utils';
22
import { RemoveLastVoteDto, SetCoIDto } from './dto/bodies';
23
import { AgoraBallotPost } from 'src/rpgf5-data-import/submit';
24
-import { projects } from 'src/rpgf5-data-import/all-projects';
+import { projects } from 'src/rpgf5-data-import/all-projects-930';
25
26
export const getAllProjects = (category: number) => {
27
switch (category) {
0 commit comments