[DEBUG] remove errors
This commit is contained in:
parent
c8e777fd7b
commit
5f562ad260
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user