Skip to content

Commit

Permalink
fix: space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frdomovic committed Jun 18, 2024
1 parent ebab751 commit e50141d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/calimero-sdk/src/api/dataSource/NodeApiDataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class NodeApiDataSource implements NodeApi {
rpcBaseUrl: string,
): ApiResponse<LoginResponse> {
console.log('Send request to node with params', loginRequest);

return await this.client.post<LoginRequest>(
`${rpcBaseUrl}/admin-api/add-client-key`,
{
Expand All @@ -49,7 +49,7 @@ export class NodeApiDataSource implements NodeApi {
rpcBaseUrl: string,
): ApiResponse<RootKeyResponse> {
console.log('Send request to node with params', rootKeyRequest);

return await this.client.post<LoginRequest>(
`${rpcBaseUrl}/admin-api/root-key`,
{
Expand Down

0 comments on commit e50141d

Please sign in to comment.