Skip to content
Snippets Groups Projects
Commit 9b034be3 authored by xaralis's avatar xaralis
Browse files

feat: flip post types mapping

parent 402d6f61
No related branches found
No related tags found
No related merge requests found
Pipeline #1843 passed
......@@ -52,13 +52,13 @@ export const postsMyVoteMapping = {
};
export const postsTypeMapping = {
0: "post",
1: "procedure-proposal",
0: "procedure-proposal",
1: "post",
};
export const postsTypeMappingRev = {
post: 0,
"procedure-proposal": 1,
post: 1,
"procedure-proposal": 0,
};
export const postsStateMapping = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment