Skip to content

Commit a2faedc

Browse files
authored
Merge pull request #239 from Project-MONAI/list-of-modalities-longer
Make list of modalities public
2 parents 76d725e + 4af2fea commit a2faedc

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)