mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 19:36:50 +00:00
feature/remove the space for the buildOperationId method
This commit is contained in:
parent
5849c29fb1
commit
84ccd9eb3d
@ -1666,7 +1666,7 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
|
||||
}
|
||||
|
||||
def buildOperationId(apiVersion: ScannedApiVersion, partialFunctionName: String) =
|
||||
s"${apiVersion.fullyQualifiedVersion}-$partialFunctionName"
|
||||
s"${apiVersion.fullyQualifiedVersion}-$partialFunctionName".trim
|
||||
|
||||
//This is correct: OBPv3.0.0-getCoreAccountById
|
||||
//This is OBPv4_0_0-dynamicEntity_deleteFooBar33
|
||||
|
||||
Loading…
Reference in New Issue
Block a user