Skip to content

Commit af11311

Browse files
committed
Fixed formattign
1 parent 3d5ba48 commit af11311

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/database/src/api/Database.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ function checkTransportInit() {
284284

285285
/**
286286
* Force the use of websockets instead of longPolling.
287-
*
288287
*/
289288
export function forceWebSockets() {
290289
checkTransportInit();

packages/database/src/realtime/TransportManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class TransportManager {
4040
}
4141

4242
/**
43-
* Returns whether transport has been selected to ensure WebSocketConnection or BrowserPollConnection are not called after
43+
* Returns whether transport has been selected to ensure WebSocketConnection or BrowserPollConnection are not called after
4444
* TransportManager has already set up transports_
4545
*/
4646
static get IS_TRANSPORT_INITIALIZED() {

0 commit comments

Comments
 (0)