-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set org ID on new flow starts #265
Conversation
Codecov Report
@@ Coverage Diff @@
## master #265 +/- ##
=======================================
Coverage 49.41% 49.41%
=======================================
Files 86 86
Lines 7899 7899
=======================================
Hits 3903 3903
Misses 3383 3383
Partials 613 613
Continue to review full report at Codecov.
|
ec17dbb
to
0988908
Compare
@@ -329,7 +329,7 @@ func StartIVRFlow( | |||
} | |||
|
|||
// get the flow for our start | |||
start, err := models.GetFlowStartAttributes(ctx, db, org.OrgID(), startID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just noticed this arg isn't used..
…s-incoming Fix error trying to update incoming message status
Update mailroom test dump
No description provided.