We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8c690 commit 2f0f21cCopy full SHA for 2f0f21c
internal/flypg/node.go
@@ -92,7 +92,7 @@ func NewNode() (*Node, error) {
92
rand.Seed(int64(seed))
93
94
node.RepMgr = RepMgr{
95
- ID: rand.Int31(),
+ ID: rand.Int31(), // skipcq: GSC-G404
96
AppName: node.AppName,
97
PrimaryRegion: node.PrimaryRegion,
98
Region: os.Getenv("FLY_REGION"),
0 commit comments