Updated on 2026-08-14
This commit is contained in:
commit
0d83ca1ea9
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ class DemoConfig {
|
|||
|
||||
private fun getReleaseIds(): List<String> {
|
||||
return (releaseDemoCardIds +
|
||||
releaseDemoCardIds_19042022).distinct()
|
||||
releaseDemoCardIds_19042022 +
|
||||
testDemoCardIds).distinct()
|
||||
}
|
||||
|
||||
private val releaseDemoCardIds = mutableListOf<String>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue