We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c90086 commit f9a4548Copy full SHA for f9a4548
src/main/java/org/openmbee/mdk/api/incubating/MDKConstants.java
@@ -51,7 +51,7 @@ public class MDKConstants {
51
REF_CREATED_STATUS = "created",
52
ORG_KEY = "org",
53
ORG_ID_KEY = ORG_KEY + ID_KEY_SUFFIX,
54
- TWC_ID_KEY = DERIVED_KEY_PREFIX + "twc" + ID_KEY_SUFFIX,
+ TWC_ID_KEY = "twc" + ID_KEY_SUFFIX,
55
TWC_VERSION_KEY = "twcVersion",
56
ARTIFACTS_KEY = "_artifacts",
57
CHECKSUM_KEY = "checksum",
0 commit comments