Skip to content

Commit efaf732

Browse files
committed
fix fix fix
1 parent 3113177 commit efaf732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/discordjug/javabot/util/GsonUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static <T> T fromJson(Reader json, Class<T> type) {
2525
return gson.fromJson(json, type);
2626
}
2727

28-
public static String fromJson(String json, Type type) {
28+
public static Object fromJson(String json, Type type) {
2929
return gson.fromJson(json, type);
3030
}
3131

0 commit comments

Comments
 (0)