Skip to content

Commit

Permalink
Update client-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyniss authored May 12, 2023
1 parent fd81ee2 commit d8a9ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specs/clients/core/sync/client-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ abstract class Client {
public abstract register(params: { account: string, signature: string }): Promise<void>;

// checks if account is already registered in sync
public abstract isRegistered(params: { account: string }): Promise<boolean>;
public abstract isRegistered(params: { account: string }): boolean;

// create a store
public abstract create(params: { account: string, store: string }): Promise<void>;
Expand Down

0 comments on commit d8a9ed3

Please sign in to comment.