Skip to content

Commit b3b4310

Browse files
authored
ADD: job trigger
1 parent 87fb4cb commit b3b4310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iris/src/cls/BI/Member.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ ClassMethod GetStartDate(added) As %Boolean
121121

122122
ClassMethod GetViewsOfAuthor(authorId) As %Integer
123123
{
124+
// comment to start job
124125
set result = 0
125126
set sql = "Select Sum(Views) As Views From Community.Post Where Author = ?"
126127
set rs = ##class(%SQL.Statement).%ExecDirect(,sql,authorId)

0 commit comments

Comments
 (0)