mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-12 01:32:12 +00:00
fix: daia availability
This commit is contained in:
committed by
Rainer Killinger
parent
b38a96996a
commit
13cee2d426
@@ -34,7 +34,7 @@ import {AuthHelperService} from '../../auth/auth-helper.service';
|
||||
import {ConfigProvider} from '../../config/config.provider';
|
||||
import {TranslateService} from '@ngx-translate/core';
|
||||
import {AlertController} from '@ionic/angular';
|
||||
import {SCHebisSearchResponse} from '../../hebis/protocol/response';
|
||||
import {HebisSearchResponse} from '../../hebis/protocol/response';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
@@ -141,7 +141,7 @@ export class LibraryAccountService {
|
||||
return;
|
||||
}
|
||||
|
||||
let response: SCHebisSearchResponse;
|
||||
let response: HebisSearchResponse;
|
||||
|
||||
try {
|
||||
response = await this.hebisDataProvider.hebisSearch(
|
||||
|
||||
Reference in New Issue
Block a user