We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7933269 commit da64341Copy full SHA for da64341
1 file changed
api/buffet/src/commonMain/kotlin/cz/lastaapps/api/buffet/data/repo/InfoRepoImpl.kt
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2024, Petr Laštovička as Lasta apps, All rights reserved
+ * Copyright 2025, Petr Laštovička as Lasta apps, All rights reserved
3
*
4
* This file is part of Menza.
5
@@ -174,8 +174,8 @@ internal class InfoRepoImpl(
174
),
175
Contact(
176
role = "jednatel",
177
- name = "Ing. Michal Janča",
178
- phone = "+420 602 447 080".let(::PhoneNumber),
+ name = "Ing. Aleš Faltys",
+ phone = "+420 602 238 146".let(::PhoneNumber),
179
email = null,
180
181
)
0 commit comments