boilerplate-project-messageboard icon indicating copy to clipboard operation
boilerplate-project-messageboard copied to clipboard

fix: thread report request

Open tomovicj opened this issue 1 year ago • 1 comments

Checklist:

Tests expects you to use "thread_id" when reporting a thread with PUT request, but the project's frontend is using "report_id" for the request. Link to tests

image

image

tomovicj avatar Jan 29 '24 15:01 tomovicj

Description and test is rather clear about using thread_id. Demo project appear to use report_id - https://anonymous-message-board.freecodecamp.rocks/ https://github.com/freeCodeCamp/demo-projects/tree/main/apps/anonymous-message-board. It'd be good to change that one as well.

gikf avatar Feb 05 '24 10:02 gikf