Skip to content

Commit

Permalink
fix: trombi restore
Browse files Browse the repository at this point in the history
  • Loading branch information
ikit committed Feb 19, 2022
1 parent 587e3e7 commit c746eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absg-core/src/services/AgendaService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class AgendaService {
const year = Number.parseInt(tokens[1]);
const p = persons[pid];
p.trombis.push({
date: year,
year,
title: `${p.getFullname()} - ${year} - ${p.getAge(year)}`,
thumb: `${process.env.URL_FILES}trombi/mini/${file}`,
url: `${process.env.URL_FILES}trombi/${file}`
Expand Down

0 comments on commit c746eeb

Please sign in to comment.