You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "warren830 (via GitHub)" <gi...@apache.org> on 2023/03/15 02:14:34 UTC

[GitHub] [incubator-devlake] warren830 commented on a diff in pull request #4662: refactor: remove depracted `rand.Seed`

warren830 commented on code in PR #4662:
URL: https://github.com/apache/incubator-devlake/pull/4662#discussion_r1136459591


##########
backend/server/services/notification.go:
##########
@@ -22,17 +22,17 @@ import (
 	"encoding/hex"
 	"encoding/json"
 	"fmt"
-	"github.com/apache/incubator-devlake/core/errors"
-	"github.com/apache/incubator-devlake/core/models"
 	"io"
 	"math/rand"
 	"net/http"
 	"strings"
 	"time"
+
+	"github.com/apache/incubator-devlake/core/errors"
+	"github.com/apache/incubator-devlake/core/models"
 )
 
 func init() {

Review Comment:
   I think you can also delete this function



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org