chore: fix talks in case

This commit is contained in:
Jesús Pérez 2024-09-16 20:17:19 +01:00
parent 8d00a051aa
commit 4483475bf5
No known key found for this signature in database

2
cv.go
View File

@ -192,7 +192,7 @@ func (cvdata *CVData)Load(root_path string, lang string, config *cfg.Config) err
case "teaching":
var teaching Teaching
cvdata.Teaching, err = teaching.Load(itmpath)
case "talks":
var talks Talks
cvdata.Talks, err = talks.Load(itmpath)
case "others":