Skip to content

Commit

Permalink
refactor(clearly-defined): Rename a (so far unused) enum property
Browse files Browse the repository at this point in the history
The URL points to the GitHub project, not to the contribution / PR URL.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Aug 28, 2024
1 parent a85e0d6 commit b91c8ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ interface ClearlyDefinedService {
/**
* See https://github.com/clearlydefined/service/blob/661934a/schemas/swagger.yaml#L8-L14.
*/
enum class Server(val apiUrl: String, val webUrl: String? = null, val contributionUrl: String? = null) {
enum class Server(val apiUrl: String, val webUrl: String? = null, val projectUrl: String? = null) {
/**
* The production server.
*/
Expand Down

0 comments on commit b91c8ff

Please sign in to comment.