Skip to content

Commit

Permalink
Initialize map lol
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Mar 4, 2024
1 parent f3c880a commit fb4208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type cache struct {
}

func newCache(k *keycloak) *cache {
return &cache{keycloak: k}
return &cache{keycloak: k, watchers: map[chan struct{}]struct{}{}}
}

func (c *cache) Fill() error {
Expand Down

0 comments on commit fb4208c

Please sign in to comment.