Skip to content

Commit

Permalink
Small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nikitin committed Nov 2, 2023
1 parent 4a1d977 commit 61a00ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/controllers/customer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class AccountController {
if (!user) {
// 2.1. If no - create customer first
// Cause for now we assume only 1-1 connection between user and customer
// We think here that if now user row - no customer also, cause customer should be created before user
// We think here that if no user row - no customer also, cause customer should be created before user
// Even if customer was created before for such user but the process was interruted somehow - we need to create it again
// Cause we don't know the state of the customer in this case
// 2.1.1. Create customer
Expand Down
11 changes: 3 additions & 8 deletions src/services/identity/postgres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,17 @@ import type {
import type { AbstractPrivateKeyStore } from '@veramo/key-manager';
import { KeyManagementSystem, SecretBox } from '@veramo/kms-local';
import { PrivateKeyStore } from '@veramo/data-store';
// import { CheqdNetwork } from '@cheqd/sdk';
// import { CheqdNetwork } from '@cheqd/sdk';
import {
// Cheqd,
// CheqdDIDProvider,
Cheqd,
CheqdDIDProvider,
type ResourcePayload,
type BulkRevocationResult,
type BulkSuspensionResult,
type BulkUnsuspensionResult,
type CreateStatusList2021Result,
type StatusCheckResult,
// DefaultRPCUrls,
type TransactionResult,
CheqdDIDProvider,
DefaultRPCUrls,
Cheqd,
type TransactionResult
} from '@cheqd/did-provider-cheqd';
import {
BroadcastStatusListOptions,
Expand Down

0 comments on commit 61a00ec

Please sign in to comment.