[DEBUG] remove errors

This commit is contained in:
Edouard DUPIN 2020-10-23 00:12:59 +02:00
parent c8e777fd7b
commit 5f562ad260

View File

@ -68,7 +68,7 @@ export class SaisonService {
getCoverUrl(_coverId:number):any {
return this.http.createRESTCall("data/" + _coverId);
}
getCoverThumnbnailUrl(_coverId:number):any {
getCoverThumbnailUrl(_coverId:number):any {
return this.http.createRESTCall("data/thumbnail/" + _coverId);
}
}