diff --git a/packages/agent/src/store-data.ts b/packages/agent/src/store-data.ts index 59563d0a6..c965ada79 100644 --- a/packages/agent/src/store-data.ts +++ b/packages/agent/src/store-data.ts @@ -300,7 +300,6 @@ export class InMemoryDataStore = Jwk> i * A private field that contains the Map used as the in-memory data store. */ private store: Map = new Map(); - public async initialize(_params: DataStoreTenantParams) {} public async delete({ id, agent, tenant }: DataStoreDeleteParams): Promise { // Determine the tenant identifier (DID) for the delete operation.