Skip to content

Commit afc9caf

Browse files
committed
typo
1 parent b2e214d commit afc9caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cls/ZPM/Analytics/Event.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ ClassMethod SaveEvent(action As %String, ip As %String = "", json As %DynamicObj
4646
Set event = ..%New()
4747
Set event.Action = action
4848
Set event.IP = ip
49-
DO event.%JSONImport(json)
49+
Do event.%JSONImport(json)
5050
$$$ThrowOnError(event.%Save())
5151
If ##class(%Dictionary.CompiledClass).%ExistsId("ZPM.Analytics.IP") {
5252
Do ##class(ZPM.Analytics.IP).SetGeo(event, ip)
5353
}
5454
$$$ThrowOnError(event.%Save())
5555
Return $$$OK
5656
} Catch ex {
57-
do ex.Log()
57+
Do ex.Log()
5858
Return ex.AsStatus()
5959
}
6060
}

0 commit comments

Comments
 (0)