Skip to content

Commit

Permalink
bump hdk version to 115
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Nov 18, 2021
1 parent badf841 commit 7d9c5f7
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 394 deletions.
2 changes: 1 addition & 1 deletion adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class Adapter implements ExpressionAdapter {
this.putAdapter = new IpfsPutAdapter(context);
}

async get(address: Address): Promise<void | Expression> {
async get(address: Address): Promise<Expression> {
const { expressions } = await this.#holochain.call(
DNA_NICK,
"anchored-expression",
Expand Down
Loading

0 comments on commit 7d9c5f7

Please sign in to comment.