Skip to content

Commit

Permalink
added userStatusFlag feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
manish591 committed Jul 15, 2023
1 parent 17b5340 commit fa37e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class IndexController extends Controller {
this.toggleUserStateModal();
}
try {
await fetch(`${BASE_URL}/users/status/self`, {
await fetch(`${BASE_URL}/users/status/self?userStatusFlag=true`, {
method: 'PATCH',
body: JSON.stringify(newStatus),
headers: {
Expand Down

0 comments on commit fa37e1a

Please sign in to comment.