Skip to content

Commit

Permalink
Merge pull request #90 from psteiwer/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
psteiwer authored Mar 9, 2020
2 parents 6c916b0 + 526e510 commit b21173d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PivotSubscriptions/Subscription.cls
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Method Unsubscribe(pEmail) As %Status
If $LL(tEmailList)=1 {
If ..Emails=pEmail {
// This is the only Email for the subscription, delete subscription
Set tSC=##class(PivotSubscriptions.EventLog).CreateEvent("delete",,..%Id(),$username,..Pivot,..DayOfWeek,..Hour,..Minute,..Format,..Emails,..Name,.tDeleteEvent)
Set tSC=##class(PivotSubscriptions.EventLog).CreateEvent("delete",..%Id(),$username,..Pivot,..DayOfWeek,..Hour,..Minute,..Format,..Emails,..Name,.tDeleteEvent)
Set tSC=##class(PivotSubscriptions.Subscription).%DeleteId(..%Id())
Do tDeleteEvent.UpdateStatus(tSC)
Do tEvent.UpdateStatus(tSC)
Expand Down
2 changes: 1 addition & 1 deletion PivotSubscriptions/Utils.cls
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Class PivotSubscriptions.Utils

ClassMethod GetVersion() As %String
{
Quit "v1.4.0"
Quit "v1.4.1"
}

/// Utility method for saving and updating global variables
Expand Down

0 comments on commit b21173d

Please sign in to comment.