mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 18:46:46 +00:00
Merge pull request #1984 from hongwei1/develop
feature/remove the space for the buildOperationId method
This commit is contained in:
commit
80349adbdd
@ -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