Skip to content

Commit 2f0f21c

Browse files
authored
this can be ignored (#115)
1 parent 4e8c690 commit 2f0f21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/flypg/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func NewNode() (*Node, error) {
9292
rand.Seed(int64(seed))
9393

9494
node.RepMgr = RepMgr{
95-
ID: rand.Int31(),
95+
ID: rand.Int31(), // skipcq: GSC-G404
9696
AppName: node.AppName,
9797
PrimaryRegion: node.PrimaryRegion,
9898
Region: os.Getenv("FLY_REGION"),

0 commit comments

Comments
 (0)