Skip to content

Commit

Permalink
refactor: De-deprecate AgentData's addSpace() (#1557)
Browse files Browse the repository at this point in the history
This was deprecated in #433, but
it's still what we use, and no clear migration path was given.

@alanshaw Do you remember what the plan was? Should we do this and
reverse it, or is there a better way we should write down?
  • Loading branch information
Peeja authored Oct 7, 2024
1 parent a3af226 commit 86af87d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/access-client/src/agent-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export class AgentData {
}

/**
* @deprecated
* @param {import('@ucanto/interface').DID} did
* @param {import('./types.js').SpaceMeta} meta
* @param {import('@ucanto/interface').Delegation} [proof]
Expand Down

0 comments on commit 86af87d

Please sign in to comment.