Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalzer312 committed May 28, 2024
1 parent ea1785e commit e2b69bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -964,9 +964,9 @@ function favoriteContact(row, favStatus){
newFavValue = 0;
}

let url = urlBase + "/FavoriteContact." + extension;
let url = urlBase + "/ChangeFavorite." + extension;

let tmp = {UserID:contactId, updatedFavorite:newFavValue};
let tmp = {ID:contactId, updatedFavorite:newFavValue};

let jsonPayload = JSON.stringify(tmp);

Expand Down

0 comments on commit e2b69bc

Please sign in to comment.