mirror of
https://github.com/tobiasehlert/teslamateapi.git
synced 2026-02-27 09:54:18 +08:00
fix: k8s health runtime error (#296)
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ var (
|
||||
// main function
|
||||
func main() {
|
||||
// setup of readyness endpoint code
|
||||
isReady := &atomic.Value{}
|
||||
isReady = &atomic.Value{}
|
||||
isReady.Store(false)
|
||||
|
||||
// setting log parameters
|
||||
|
||||
Reference in New Issue
Block a user