chore: leftover from async send

This commit is contained in:
əlemi 2024-10-27 19:52:57 +01:00
parent 68cd197c07
commit d15336cb4a
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -176,7 +176,7 @@ local function attach(name, opts)
local remote_content = controller:content():await() local remote_content = controller:content():await()
if opts.content ~= nil then if opts.content ~= nil then
-- TODO this may happen too soon!! -- TODO this may happen too soon!!
local _ = controller:send({ controller:send({
start_idx = 0, end_idx = #remote_content, content = opts.content start_idx = 0, end_idx = #remote_content, content = opts.content
}) })
else else