changed ticket registration to be consistent

multiparty
Justin Richer 2016-01-18 21:47:34 -05:00
parent 446ccd0ba7
commit aeea1379ac
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class PermissionRegistrationEndpoint {
JsonObject o = el.getAsJsonObject();
Long rsid = getAsLong(o, "resource_set_id");
Set<String> scopes = getAsStringSet(o, "scopes");
Set<String> scopes = getAsStringSet(o, "resource_set_scopes");
if (rsid == null || scopes == null || scopes.isEmpty()){
// missing information