[Library | develop]: [Bug fix from previous commit] string-utils.class.ts: Closing brackets correctly in getPIDFromIdentifiers method.

This commit is contained in:
Konstantina Galouni 2023-07-25 13:31:26 +03:00
parent 52fc9ce22a
commit 6ecde003af
1 changed files with 1 additions and 1 deletions

View File

@ -220,8 +220,8 @@ export class Identifier {
}
}
}
return null;
}
return null;
}
public static isValidDOI(str: string): boolean {