Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
feat(no-op): trigger CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
arein authored Dec 13, 2023
1 parent bdc2342 commit 4c57295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/auth-client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class AuthClient extends IAuthClient {
return this.events.removeListener(name, listener);
};

// ---------- Engine ----------------------------------------------- //
// ---------- Engine ---------------------------------- ------------ //

// request wallet authentication
public request: IAuthClient["request"] = async (params, opts) => {
Expand Down Expand Up @@ -145,10 +145,10 @@ export class AuthClient extends IAuthClient {
}
};

// ---------- Private ----------------------------------------------- //
// ---------- Private ---------------------------------------------- //

private async initialize() {
this.logger.trace(`Initialized`);
this.logger.trace(`Initializing`);
try {
await this.core.start();
await this.authKeys.init();
Expand Down

0 comments on commit 4c57295

Please sign in to comment.