Skip to content

Commit

Permalink
Use new data for ballot
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahdigh committed Sep 30, 2024
1 parent 730b4a6 commit 4a60335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow/flow.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { PairsResult } from './dto/pairsResult';
import { sortProjectId } from 'src/utils';
import { RemoveLastVoteDto, SetCoIDto } from './dto/bodies';
import { AgoraBallotPost } from 'src/rpgf5-data-import/submit';
import { projects } from 'src/rpgf5-data-import/all-projects';
import { projects } from 'src/rpgf5-data-import/all-projects-930';

export const getAllProjects = (category: number) => {
switch (category) {
Expand Down

0 comments on commit 4a60335

Please sign in to comment.