Skip to content

Commit

Permalink
Import signatureStorageService
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Dec 11, 2024
1 parent bd81cfd commit feb925b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/local-store/local-store-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class LocalStoreCommand extends Command {
this.commandExecutor = ctx.commandExecutor;
this.repositoryModuleManager = ctx.repositoryModuleManager;
this.blsService = ctx.blsService;
this.signatureStorageService = ctx.signatureStorageService;

this.errorType = ERROR_TYPE.LOCAL_STORE.LOCAL_STORE_ERROR;
}
Expand Down

0 comments on commit feb925b

Please sign in to comment.