mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00:00
Update store.go
This commit is contained in:
@@ -200,7 +200,7 @@ func NewStore(ctx context.Context, kind StoreEngine, dataDir string, metrics tel
|
||||
return newPostgresStore(ctx, metrics)
|
||||
case MysqlStoreEngine:
|
||||
log.WithContext(ctx).Info("using MySQL store engine")
|
||||
return newMySqlStore(ctx, metrics)
|
||||
return newMysqlStore(ctx, metrics)
|
||||
default:
|
||||
return nil, fmt.Errorf("unsupported kind of store: %s", kind)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user