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 0b6a66b commit 1afa455Copy full SHA for 1afa455
src/dc/Sample/PersonREST.cls
@@ -142,7 +142,7 @@ ClassMethod CreateRandomPersons(amount As %Integer) as %Status
142
Set %response.ContentType = ..#CONTENTTYPEJSON
143
144
Try {
145
- set status = ##class(Sample.Person).AddTestData(amount)
+ set status = ##class(dc.Sample.Person).AddTestData(amount)
146
$$$ThrowOnError(status)
147
Set message = "Created "_amount_" random persons in Sample.Person data"
148
} Catch(ex) {
0 commit comments