mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
UBERF-8619: Rework backup %hash% usage (#7273)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -663,8 +663,8 @@ class Connection implements ClientConnection {
|
||||
})
|
||||
}
|
||||
|
||||
loadChunk (domain: Domain, idx?: number, recheck?: boolean): Promise<DocChunk> {
|
||||
return this.sendRequest({ method: 'loadChunk', params: [domain, idx, recheck] })
|
||||
loadChunk (domain: Domain, idx?: number): Promise<DocChunk> {
|
||||
return this.sendRequest({ method: 'loadChunk', params: [domain, idx] })
|
||||
}
|
||||
|
||||
closeChunk (idx: number): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user