From 49c5ca69dfaff8d13b1455b9985f07986727f3ed Mon Sep 17 00:00:00 2001 From: Conor Macpherson Date: Thu, 29 Dec 2022 17:11:50 -0500 Subject: [PATCH] Add comment to re-run checks. --- api4/license.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api4/license.go b/api4/license.go index 471caeefd6..fa83ddf61e 100644 --- a/api4/license.go +++ b/api4/license.go @@ -381,6 +381,7 @@ func trueUpReviewStatus(c *Context, w http.ResponseWriter, r *http.Request) { return } + // Check for license license := c.App.Channels().License() if license == nil { c.Err = model.NewAppError("cloudTrueUpReviewNotAllowed", "api.license.true_up_review.license_required", nil, "True up review requires a license", http.StatusNotImplemented)