Skip to content

Commit e6f312c

Browse files
committed
re-enable renameIDs one more time
1 parent 714d33c commit e6f312c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/ch/uzh/ifi/access/config/CacheConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ class CacheConfig {
5656
class CacheInitListener(val cacheInitService: CacheInitService) : ApplicationListener<ApplicationReadyEvent> {
5757
override fun onApplicationEvent(event: ApplicationReadyEvent) {
5858
cacheInitService.initCache()
59-
//cacheInitService.renameIDs()
59+
cacheInitService.renameIDs()
6060
}
6161
}

0 commit comments

Comments
 (0)