Skip to content

Commit 78d4949

Browse files
author
Mikkel Sørensen
committed
Removed redundant success bool in GetUserRoles
1 parent ab95e1e commit 78d4949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Runtime/Editor/LootLockerExtensionResponses.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public class UserRoleResponse : LootLockerResponse
9292
{
9393
public string[] permissions { get; set; }
9494
public bool self { get; set; }
95-
public bool success { get; set; }
9695
}
9796

9897
//API Keys

0 commit comments

Comments
 (0)