forked from github/szkolny
[API/Vulcan] Fix teachers endpoint last sync date. (#116)
This commit is contained in:
parent
86f5811bda
commit
a1b5560977
@ -27,7 +27,7 @@ class VulcanHebeTeachers(
|
|||||||
TAG,
|
TAG,
|
||||||
VULCAN_HEBE_ENDPOINT_TEACHERS,
|
VULCAN_HEBE_ENDPOINT_TEACHERS,
|
||||||
HebeFilterType.BY_PERIOD,
|
HebeFilterType.BY_PERIOD,
|
||||||
lastSync = lastSync,
|
lastSync = 0L,
|
||||||
) { list, _ ->
|
) { list, _ ->
|
||||||
list.forEach { person ->
|
list.forEach { person ->
|
||||||
val name = person.getString("Name")
|
val name = person.getString("Name")
|
||||||
|
Loading…
Reference in New Issue
Block a user