Skip to content

Commit

Permalink
Make clientDB protected
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jun 5, 2024
1 parent d0a1a44 commit 452eb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpacetimeDBClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct DbOp

private SpacetimeDB.WebSocket webSocket;
private bool connectionClosed;
public readonly ClientCache clientDB = new();
protected readonly ClientCache clientDB = new();

protected abstract ReducerEvent ReducerEventFromDbEvent(ClientApi.Event dbEvent);

Expand Down

0 comments on commit 452eb50

Please sign in to comment.