We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08e7aa commit 37a1ec9Copy full SHA for 37a1ec9
src/main/kotlin/gg/obsidian/discoursegroupsync/UUIDHelper.kt
@@ -17,7 +17,7 @@ object UUIDHelper {
17
val response = httpClient.newCall(request).execute()
18
val body = JSONValue.parse(response.body().string()) as JSONObject
19
20
- if (body.containsKey("error")) {
+ if (body.containsKeyRaw("error")) {
21
return ""
22
}
23
0 commit comments