mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 10:47:42 +02:00
UBERF-8619: Rework backup %hash% usage (#7273)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -43,8 +43,8 @@ export class LowLevelMiddleware extends BaseMiddleware implements Middleware {
|
||||
}
|
||||
const adapterManager = context.adapterManager
|
||||
context.lowLevelStorage = {
|
||||
find (ctx: MeasureContext, domain: Domain, recheck?: boolean): StorageIterator {
|
||||
return adapterManager.getAdapter(domain, false).find(ctx, domain, recheck)
|
||||
find (ctx: MeasureContext, domain: Domain): StorageIterator {
|
||||
return adapterManager.getAdapter(domain, false).find(ctx, domain)
|
||||
},
|
||||
|
||||
load (ctx: MeasureContext, domain: Domain, docs: Ref<Doc>[]): Promise<Doc[]> {
|
||||
|
||||
Reference in New Issue
Block a user