- secondcommit: delete unnecessary test files
This commit is contained in:
parent
407717d4b5
commit
44688ac806
4 changed files with 18 additions and 87 deletions
|
@ -335,10 +335,10 @@ export class OaiController {
|
|||
*/
|
||||
protected async handleListIdentifiers(oaiRequest: OaiParameter) {
|
||||
// if ("resumptionToken" in oaiRequest) {
|
||||
if (!this.tokenWorker) {
|
||||
this.tokenWorker = new TokenWorker(86400);
|
||||
}
|
||||
!this.tokenWorker.Connected && (await this.tokenWorker.connect());
|
||||
if (!this.tokenWorker) {
|
||||
this.tokenWorker = new TokenWorker(86400);
|
||||
}
|
||||
!this.tokenWorker.Connected && (await this.tokenWorker.connect());
|
||||
|
||||
//$maxIdentifier = 5; //$this->_configuration->getMaxListIdentifiers();
|
||||
const maxIdentifier = this.configuration.maxListIds; //->getMaxListIdentifiers();
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue