From 3234b3f983625eb098c7be5955f20db5383e3cf8 Mon Sep 17 00:00:00 2001 From: Viktor Apostolski Date: Mon, 24 Jun 2024 14:49:39 +0200 Subject: [PATCH] improve code with options for consistency --- src/client.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client.ts b/src/client.ts index c117a2a59..68e718e17 100644 --- a/src/client.ts +++ b/src/client.ts @@ -3694,15 +3694,15 @@ export class StreamChat(this.baseURL + '/automod/v1/moderation/update_flags', { message_ids, - user_id, reviewed_by, + ...options }); } }