Correct shareWithEmail naming

Ths somehow ended up different on the client and the server
This commit is contained in:
NMerz 2020-11-01 11:34:34 -05:00
parent f2346f32a9
commit 2cce80ffbd

View File

@ -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\": {" +