Working on adding endpoint to Lambdas v1

This commit is contained in:
Aaron Sun 2020-11-18 14:20:24 -08:00
parent 3d87d8645c
commit 3e72b1500d

View File

@ -28,7 +28,7 @@ public class ListShare {
this.listID = listID; this.listID = listID;
this.shareWithEmail = shareWithEmail; this.shareWithEmail = shareWithEmail;
this.permissionLevel = permissionLevel; this.permissionLevel = permissionLevel;
this.other = other this.other = other;
} }
public ListShare(Integer listID, String shareWithEmail, String permissionsRaw, ListShare[] other) { public ListShare(Integer listID, String shareWithEmail, String permissionsRaw, ListShare[] other) {