Skip to content

Commit 29eff7c

Browse files
committed
remove pointer
1 parent 0471e25 commit 29eff7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/envd/internal/api/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type API struct {
1717
accessToken *string
1818
envVars *utils.Map[string, string]
1919
mmdsChan chan *host.MMDSOpts
20-
hyperloopLock *sync.Mutex
20+
hyperloopLock sync.Mutex
2121
}
2222

2323
func New(l *zerolog.Logger, envVars *utils.Map[string, string], mmdsChan chan *host.MMDSOpts, isNotFC bool) *API {

0 commit comments

Comments
 (0)