This commit is contained in:
2026-02-23 06:28:41 +07:00
parent 896dd84d2a
commit ef47fddd56
6 changed files with 6 additions and 6 deletions

View File

@@ -188,7 +188,7 @@ function test_mix_send()
# Use smartsend with mixed content
env = NATSBridge.smartsend(
SUBJECT,
payloads, # List of (dataname, data, type) tuples
payloads; # List of (dataname, data, type) tuples
nats_url = NATS_URL,
fileserver_url = FILESERVER_URL,
fileserverUploadHandler = plik_upload_handler,