Skip to content

Commit 4520564

Browse files
Whoops.
1 parent 5a71e0a commit 4520564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/replit_river/v2/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def increment_and_get_heartbeat_misses() -> int:
135135
def is_session_open(self) -> bool:
136136
return self._state == SessionState.ACTIVE
137137

138-
async def is_websocket_open(self) -> bool:
138+
def is_websocket_open(self) -> bool:
139139
return self._ws_connected
140140

141141
async def _begin_close_session_countdown(self) -> None:

0 commit comments

Comments
 (0)