mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
Fonts + Only Pointers in sync.Maps
This commit is contained in:
@@ -87,7 +87,7 @@ func (k *KGPZ) Enrich() error {
|
||||
|
||||
// INFO: We pass agents by value since we don't want to block the library
|
||||
agents := k.Library.Agents.Everything()
|
||||
go func(agents []xmlprovider.Agent) {
|
||||
go func(agents []*xmlprovider.Agent) {
|
||||
k.GND.FetchPersons(agents)
|
||||
k.GND.WriteCache(k.Config.GNDPath)
|
||||
}(agents)
|
||||
|
||||
Reference in New Issue
Block a user