Skip to content

Commit e58e6d7

Browse files
authored
Merge pull request #6 from SprintKeyz/main
2 parents 8844748 + b9aa2af commit e58e6d7

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
.externalNativeBuild
1515
.cxx
1616
local.properties
17+
/.idea/vcs.xml
18+
/.idea/deploymentTargetDropdown.xml
19+
/.idea/deploymentTargetSelector.xml

.idea/deploymentTargetDropDown.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/sunkensplashstudios/VRCRoboScout/RoboScoutAPI.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ data class Match(
588588
val started: String?,
589589
@kotlinx.serialization.Transient val startedDate: Date? = RoboScoutAPI.roboteventsDate(started ?: "", true),
590590
val field: String?,
591-
val session: Int,
592591
val scored: Boolean,
593592
val name: String,
594593
@kotlinx.serialization.Transient val shortName: String = name.replace("Qualifier", "Q").replace("Practice", "P").replace("Final", "F").replace("#", ""),

0 commit comments

Comments
 (0)