From eaf7382a3841c7cce101cd494d879c3bfcb7a56a Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Wed, 5 Jun 2024 11:27:44 +0200 Subject: [PATCH] solve get_events_history --- lib/compressjs/tangram.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compressjs/tangram.ts b/lib/compressjs/tangram.ts index 8c5ee14..ff81c45 100644 --- a/lib/compressjs/tangram.ts +++ b/lib/compressjs/tangram.ts @@ -815,7 +815,7 @@ export class TangramClient { api_key: this.api_key, client_id: this.client_id, start_from: start_from, - amount, amount + amount: amount }), }) .then((res) => {