mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-16 18:48:48 +00:00
Correct shareWithEmail naming
Ths somehow ended up different on the client and the server
This commit is contained in:
parent
f2346f32a9
commit
2cce80ffbd
@ -37,7 +37,7 @@ public class ListSharer implements CallHandler {
|
|||||||
invokeRequest.setFunctionName("UserGET");
|
invokeRequest.setFunctionName("UserGET");
|
||||||
invokeRequest.setPayload("{" +
|
invokeRequest.setPayload("{" +
|
||||||
" \"body\": {" +
|
" \"body\": {" +
|
||||||
" \"emailToCheck\": \"" + bodyMap.get("shareWith").toString() + "\"" +
|
" \"emailToCheck\": \"" + bodyMap.get("shareWithEmail").toString() + "\"" +
|
||||||
" }," +
|
" }," +
|
||||||
" \"params\": {" +
|
" \"params\": {" +
|
||||||
" \"querystring\": {" +
|
" \"querystring\": {" +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user