From 69dc3fdb55dc24ce3618e4e49de6c65cbb160a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20Caba=C3=A7o?= Date: Thu, 5 Dec 2024 12:11:06 +0000 Subject: [PATCH] fix: set proper type in options (#441) --- src/RealtimeClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RealtimeClient.ts b/src/RealtimeClient.ts index ab619df..6bfbd21 100755 --- a/src/RealtimeClient.ts +++ b/src/RealtimeClient.ts @@ -40,7 +40,7 @@ export type RealtimeClientOptions = { fetch?: Fetch worker?: boolean workerUrl?: string - accessToken?: () => Promise + accessToken?: () => Promise } export type RealtimeMessage = {