Skip to content

Commit 37b3e08

Browse files
author
Damian Staszewski
committed
testSession() is a string, not JsonObject
1 parent 3939654 commit 37b3e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/pl/stachu540/hirezstudios/Session.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ void generateSession() {
4343
}
4444
}
4545

46-
StringData testSession() {
47-
return get("testsession");
46+
String testSession() {
47+
return get("testsession").toString();
4848
}
4949

5050
StringData getDataUsage() {

0 commit comments

Comments
 (0)