diff options
author | Valery Piashchynski <[email protected]> | 2020-12-14 13:54:44 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-14 13:54:44 +0300 |
commit | f6063d06d3a381036abd672dfbb799d777455fb0 (patch) | |
tree | 2370c6e2263fd286d8fe412de951304df69f9806 /sync_worker.go | |
parent | 00b42663891713f142a6cc67bcccdc31353daeb2 (diff) |
fix tests issues
Diffstat (limited to 'sync_worker.go')
-rwxr-xr-x | sync_worker.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sync_worker.go b/sync_worker.go index 99620c01..94a804a7 100755 --- a/sync_worker.go +++ b/sync_worker.go @@ -185,7 +185,6 @@ func (tw *syncWorker) execPayload(p Payload) (Payload, error) { } payload := Payload{} - payload.Context = frameR.Payload()[:options[0]] payload.Body = frameR.Payload()[options[0]:] |