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,
|
||||
VULCAN_HEBE_ENDPOINT_TEACHERS,
|
||||
HebeFilterType.BY_PERIOD,
|
||||
lastSync = lastSync,
|
||||
lastSync = 0L,
|
||||
) { list, _ ->
|
||||
list.forEach { person ->
|
||||
val name = person.getString("Name")
|
||||
|
Loading…
Reference in New Issue
Block a user