Skip to content

Commit 4af2fea

Browse files
committed
make list of modalities public
Signed-off-by: Lillie Dae <[email protected]>
1 parent cde8157 commit 4af2fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Messaging/Common/ArtifactTypes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Monai.Deploy.Messaging.Common
1818
{
1919
public static class ArtifactTypes
2020
{
21-
private static readonly Dictionary<ArtifactType, string> ListOfModularity = new()
21+
public static readonly Dictionary<ArtifactType, string> ListOfModularity = new()
2222
{
2323
{ ArtifactType.Unset, "Unset" },
2424
{ ArtifactType.Folder, "Folders" },

0 commit comments

Comments
 (0)