Skip to content

Commit

Permalink
some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Nov 8, 2024
1 parent 6e36fd4 commit 2e914aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const translate = (querystringindexes, fieldname, key) => {
return label;
};

// TODO Make reviewstatemapping configurable
// TODO 2nd priority: Make reviewstatemapping configurable
export const ploneSearchApi = (data, language) => {
const cookies = new Cookies();
const authToken = cookies.get('auth_token');
Expand Down

0 comments on commit 2e914aa

Please sign in to comment.