Skip to content

Commit 1afa455

Browse files
authored
Update PersonREST.cls
fix typo #10 . Thanks, Yuri
1 parent 0b6a66b commit 1afa455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/dc/Sample/PersonREST.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ ClassMethod CreateRandomPersons(amount As %Integer) as %Status
142142
Set %response.ContentType = ..#CONTENTTYPEJSON
143143

144144
Try {
145-
set status = ##class(Sample.Person).AddTestData(amount)
145+
set status = ##class(dc.Sample.Person).AddTestData(amount)
146146
$$$ThrowOnError(status)
147147
Set message = "Created "_amount_" random persons in Sample.Person data"
148148
} Catch(ex) {

0 commit comments

Comments
 (0)