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

Commit

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

0 comments on commit 9bab7ae

Please sign in to comment.