Fix auth bug

This commit is contained in:
Ben Toogood
2020-05-13 16:49:17 +01:00
parent c831b6c03a
commit 410fec8ee4
3 changed files with 17 additions and 9 deletions

View File

@@ -134,7 +134,6 @@ func (m *memoryStore) Close() error {
}
func (m *memoryStore) Init(opts ...store.Option) error {
m.store.Flush()
for _, o := range opts {
o(&m.options)
}