mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
fixed build
This commit is contained in:
parent
de334f5130
commit
72815f496f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ export class SettingsService extends ServiceHelpers {
|
||||||
}
|
}
|
||||||
|
|
||||||
public getThemeContent(themeUrl: string): Observable<string> {
|
public getThemeContent(themeUrl: string): Observable<string> {
|
||||||
return this.http.get(`${this.url}/themecontent?url=${themeUrl}`, {responseType: 'text', headers: this.headers});
|
return this.http.get(`${this.url}/themecontent?url=${themeUrl}`, {responseType: "text", headers: this.headers});
|
||||||
}
|
}
|
||||||
|
|
||||||
public getEmailNotificationSettings(): Observable<IEmailNotificationSettings> {
|
public getEmailNotificationSettings(): Observable<IEmailNotificationSettings> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue