mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix error
This commit is contained in:
parent
4c5b752b04
commit
fa0c8d5283
|
@ -74,7 +74,7 @@ func (store *AbstractSqlStore) getTxOrDB(ctx context.Context, fullpath util.Full
|
||||||
txOrDB = store.DB
|
txOrDB = store.DB
|
||||||
}
|
}
|
||||||
|
|
||||||
if strings.HasPrefix(string(fullpath), "/buckets/") {
|
if !strings.HasPrefix(string(fullpath), "/buckets/") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue