Skip to content

Commit f9a4548

Browse files
author
Doris Lam
committed
undo twc constant change
1 parent 2c90086 commit f9a4548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openmbee/mdk/api/incubating/MDKConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class MDKConstants {
5151
REF_CREATED_STATUS = "created",
5252
ORG_KEY = "org",
5353
ORG_ID_KEY = ORG_KEY + ID_KEY_SUFFIX,
54-
TWC_ID_KEY = DERIVED_KEY_PREFIX + "twc" + ID_KEY_SUFFIX,
54+
TWC_ID_KEY = "twc" + ID_KEY_SUFFIX,
5555
TWC_VERSION_KEY = "twcVersion",
5656
ARTIFACTS_KEY = "_artifacts",
5757
CHECKSUM_KEY = "checksum",

0 commit comments

Comments
 (0)