Skip to content

Commit

Permalink
chore: adds deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov authored Jan 17, 2025
1 parent 16f0d62 commit 1fbb671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/controllers/pairing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ export class Pairing implements IPairing {
await this.pairings.update(topic, { active: true, expiry });
};

/**
* @deprecated Ping will be removed in the next major release.
*/
public ping: IPairing["ping"] = async (params) => {
this.isInitialized();
await this.isValidPing(params);
Expand Down

0 comments on commit 1fbb671

Please sign in to comment.