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

@@ -77,7 +77,7 @@ function test_text_send()
# For large text: will use link transport (uploaded to fileserver)
env = NATSBridge.smartsend(
SUBJECT,
[data1, data2], # List of (dataname, data, type) tuples
[data1, data2]; # List of (dataname, data, type) tuples
nats_url = NATS_URL,
fileserver_url = FILESERVER_URL,
fileserverUploadHandler = plik_upload_handler,