Update [releaseId].ts

This commit is contained in:
2024-09-15 13:36:48 +05:00
committed by GitHub
parent 8b0487e0a4
commit 7ad78c35b2

View File

@@ -44,7 +44,7 @@ function modifyData(data: EpisodeResponse): EpisodeResponse {
data.types = data.types.map(type => { data.types = data.types.map(type => {
return { return {
...type, ...type,
workers: 'источник: seele.su (元一S2)` // Изменение значения workers на 'MD Sele' workers: 'источник: seele.su (元一S2)' // Изменение значения workers на 'MD Sele'
} }
}); });
} }