Skip to content

Commit 58445ed

Browse files
Update src/main/java/com/google/firebase/fpnv/FirebasePnvToken.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c76b960 commit 58445ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/firebase/fpnv/FirebasePnvToken.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ public long getIssuedAt() {
9191
* Returns the entire map of claims.
9292
*/
9393
public Map<String, Object> getClaims() {
94-
return ImmutableMap.copyOf(claims);
94+
return claims;
9595
}
9696
}

0 commit comments

Comments
 (0)