aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/stopwatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/issues/stopwatch.go')
-rw-r--r--models/issues/stopwatch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issues/stopwatch.go b/models/issues/stopwatch.go
index a87fbfafa2..d1d985b746 100644
--- a/models/issues/stopwatch.go
+++ b/models/issues/stopwatch.go
@@ -261,7 +261,7 @@ func CreateIssueStopwatch(ctx context.Context, user *user_model.User, issue *Iss
// CancelStopwatch removes the given stopwatch and logs it into issue's timeline.
func CancelStopwatch(user *user_model.User, issue *Issue) error {
- ctx, committer, err := db.TxContext()
+ ctx, committer, err := db.TxContext(db.DefaultContext)
if err != nil {
return err
}