diff --git a/src/services/Batch.service.ts b/src/services/Batch.service.ts index b68353e..a3b635b 100644 --- a/src/services/Batch.service.ts +++ b/src/services/Batch.service.ts @@ -13,7 +13,7 @@ export class BatchService { constructor(appModule: App) { this.appModule = appModule; - this.storage = new BatchStorage(this.BATCH_KEY + '-' + this.appModule.getApiToken()); + this.storage = new BatchStorage(this.BATCH_KEY + '-' + this.appModule.getApiToken() + '-' + this.appModule.getAppName()); } public init() {