Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed Jul 5, 2022
1 parent 9bab7ae commit ae5efa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object CurseforgeAPI : APIInterface() {
return try {
getWithoutAuth<CurseforgeDescription>("$root/mods/$id/description").data
} catch (err: Exception) {
ignored.printStackTrace()
err.printStackTrace()
null
}
}
Expand Down

0 comments on commit ae5efa6

Please sign in to comment.