Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahdigh committed Oct 31, 2024
1 parent eaada78 commit e3efd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/allocation/[category]/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const convertRankingToAttestationFormat = async (
impactCategory: ['PAIRWISE'],
impactEvaluationDescription: `This list has been carefully curated and ranked by Pairwise among projects related to ${collectionName}.`,
listContent: ranking.map(item => ({
RPGF3_Application_UID: item.RF6Id,
RF6_Application_UID: item.RF6Id,
allocation: item.share,
})),
};
Expand Down

0 comments on commit e3efd11

Please sign in to comment.