Skip to content

Commit

Permalink
Upped cell-client and fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 10, 2022
1 parent 1e00d45 commit e76a761
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/elemental-chess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@eyss/invitations": "github:eyss/invitations#ui-build",
"@eyss/turn-based-game": "github:eyss/turn-based-game#ui-build",
"@holo-host/chaperone": "^9.0.0",
"@holochain-open-dev/cell-client": "^0.3.3",
"@holochain-open-dev/cell-client": "^0.3.4",
"@holochain-open-dev/core-types": "^0.2.0",
"@holochain-open-dev/profiles": "^0.0.7",
"@holochain-open-dev/context": "^0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion ui/elemental-chess/src/chess-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class ChessApp extends ScopedElementsMixin(LitElement) {
icon="logout"
style="--mdc-theme-primary: white;"
@click=${async () => {
const c = (this._cellClient as any).connection.connection;
const c = (this._cellClient as any).client.connection;
await c.signOut();
window.location.reload();
}}
Expand Down

0 comments on commit e76a761

Please sign in to comment.