Remove accessor from previous commit

This commit is contained in:
rtm516 2023-05-27 14:12:20 +01:00
parent f2d83c4ed1
commit 246ebddc78
No known key found for this signature in database
GPG key ID: 331715B8B007C67A

View file

@ -131,4 +131,4 @@ inner class GitInfo {
} }
// todo remove this when we're not using Jenkins anymore // todo remove this when we're not using Jenkins anymore
private fun jenkinsBuildNumber(): String? = System.getenv("BUILD_NUMBER") fun jenkinsBuildNumber(): String? = System.getenv("BUILD_NUMBER")