Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Oct 31, 2024
1 parent 3cea5d5 commit 7e53ac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdk/src/db_connection_impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export type { DBContext, EventContextInterface, ReducerEvent };
export type ConnectionEvent = 'connect' | 'disconnect' | 'connectError';

export class DBConnectionImpl<DBView = any, Reducers = any>
implements DBContext<DBView, Reducers> {
implements DBContext<DBView, Reducers>
{
isActive = false;
/**
* The user's public identity.
Expand Down

0 comments on commit 7e53ac8

Please sign in to comment.