mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-02 12:53:10 +00:00
fix: vercel build
This commit is contained in:
parent
d12a76ff99
commit
4c2f7ab341
@ -180,7 +180,7 @@ export class DefaultMessageManager {
|
||||
});
|
||||
|
||||
// Set up a listener to retry sync subscriptions when reliable messaging becomes available
|
||||
const reliableMessaging = this._instance.getReliableMessaging();
|
||||
const reliableMessaging = this._instance?.getReliableMessaging();
|
||||
if (!reliableMessaging) {
|
||||
// Watch for when it becomes available
|
||||
const checkInterval = setInterval(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user