Merge pull request #125 from ClaytonWWilson/aaron-branch-2

Aaron branch 2
This commit is contained in:
Aaron Sun
2020-11-21 11:33:19 -08:00
committed by GitHub

View File

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