Skip to content

Commit 69b4f42

Browse files
committed
Use new data for ballot
1 parent 730b4a6 commit 69b4f42

File tree

2 files changed

+13122
-1
lines changed

2 files changed

+13122
-1
lines changed

src/flow/flow.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { PairsResult } from './dto/pairsResult';
2121
import { sortProjectId } from 'src/utils';
2222
import { RemoveLastVoteDto, SetCoIDto } from './dto/bodies';
2323
import { AgoraBallotPost } from 'src/rpgf5-data-import/submit';
24-
import { projects } from 'src/rpgf5-data-import/all-projects';
24+
import { projects } from 'src/rpgf5-data-import/all-projects-930';
2525

2626
export const getAllProjects = (category: number) => {
2727
switch (category) {

0 commit comments

Comments
 (0)