code formatting

This commit is contained in:
Claudio Atzori 2023-12-03 13:31:58 +01:00
parent 3caf6ff27e
commit 178a14c491
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ case object Crossref2Oaf {
mappingCrossrefSubType.getOrElse(objectSubType, "0038 Other literature type")
)
val originalType = if (mappingCrossrefSubType.contains(objectType)) objectType else objectSubType
val originalType = if (mappingCrossrefSubType.contains(objectType)) objectType else objectSubType
mappingResult(result, json, cOBJCategory, originalType)
if (result == null || result.getId == null)
return List()