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 0471e25 commit 29eff7cCopy full SHA for 29eff7c
packages/envd/internal/api/store.go
@@ -17,7 +17,7 @@ type API struct {
17
accessToken *string
18
envVars *utils.Map[string, string]
19
mmdsChan chan *host.MMDSOpts
20
- hyperloopLock *sync.Mutex
+ hyperloopLock sync.Mutex
21
}
22
23
func New(l *zerolog.Logger, envVars *utils.Map[string, string], mmdsChan chan *host.MMDSOpts, isNotFC bool) *API {
0 commit comments