From ae5efa62d19e0a9de96efcbb34521169f5c9bf19 Mon Sep 17 00:00:00 2001 From: Jamalam360 <56727311+Jamalam360@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:03:49 +0100 Subject: [PATCH] fix: typo --- .../com.github.p03w.modifold.curseforge_api/CurseforgeAPI.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Curseforge/src/main/kotlin/com.github.p03w.modifold.curseforge_api/CurseforgeAPI.kt b/API-Curseforge/src/main/kotlin/com.github.p03w.modifold.curseforge_api/CurseforgeAPI.kt index 32650c0..d9f107f 100644 --- a/API-Curseforge/src/main/kotlin/com.github.p03w.modifold.curseforge_api/CurseforgeAPI.kt +++ b/API-Curseforge/src/main/kotlin/com.github.p03w.modifold.curseforge_api/CurseforgeAPI.kt @@ -38,7 +38,7 @@ object CurseforgeAPI : APIInterface() { return try { getWithoutAuth("$root/mods/$id/description").data } catch (err: Exception) { - ignored.printStackTrace() + err.printStackTrace() null } }