Skip to content

Commit fc47d87

Browse files
committed
Fix method call in GetContentArray to reference the correct class for schema processing
1 parent b117991 commit fc47d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iop/cls/IOP/Message.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ ClassMethod GetContentArray(
360360
If $$$ISERR(tSC) Return tSC
361361
set schema = {}.%FromJSON(json)
362362

363-
$$$ThrowOnError(##class(IOP.Message.Document).SchemaToContents(schema, .tContents))
363+
$$$ThrowOnError(##class(IOP.Message).SchemaToContents(schema, .tContents))
364364

365365
Merge @pContents = tContents
366366
}

0 commit comments

Comments
 (0)