Skip to content

Commit

Permalink
Declared JSONException
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumanta Paudel committed Feb 20, 2024
1 parent f679f6b commit c6658f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpgs/src/java/com/defold/gpgs/GpgsJNI.java
Expand Up @@ -369,7 +369,7 @@ public String getEmail() {
return isLoggedIn() ? mSignedInAccount.getEmail() : null;
}

public String getProfile() {
public String getProfile() throws JSONException{
return isLoggedIn() ? profileToJsonString() : null;
}

Expand Down

0 comments on commit c6658f9

Please sign in to comment.