This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to fixed CF API, version bump
- Loading branch information
1 parent
4e641b9
commit 1e81f56
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...-Curseforge/src/main/kotlin/com/github/p03w/modifold/curseforge_schema/CurseforgeLinks.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package com.github.p03w.modifold.curseforge_schema | ||
|
||
data class CurseforgeLinks( | ||
val websiteUrl: String?, | ||
val wikiUrl: String?, | ||
val issuesUrl: String?, | ||
val sourceUrl: String? | ||
val websiteUrl: String, | ||
val wikiUrl: String, | ||
val issuesUrl: String, | ||
val sourceUrl: String | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters