Skip to content
Snippets Groups Projects
Verified Commit 8a99cfe2 authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

chore(ssi): fix merge issues

parent 26888e67
No related branches found
No related tags found
1 merge request!40End to end run preparation
...@@ -55,7 +55,6 @@ import { S3TailsFileService } from './revocation/TailsFileService.js'; ...@@ -55,7 +55,6 @@ import { S3TailsFileService } from './revocation/TailsFileService.js';
export type TenantAgent = Agent<Omit<AgentService['modules'], 'tenants'>>; export type TenantAgent = Agent<Omit<AgentService['modules'], 'tenants'>>;
export type AppAgent = Agent<AgentService['modules']>; export type AppAgent = Agent<AgentService['modules']>;
export type TenantAgent = Agent<Omit<AgentService['modules'], 'tenant'>>;
@Injectable() @Injectable()
export class AgentService implements OnApplicationShutdown { export class AgentService implements OnApplicationShutdown {
...@@ -96,6 +95,7 @@ export class AgentService implements OnApplicationShutdown { ...@@ -96,6 +95,7 @@ export class AgentService implements OnApplicationShutdown {
}, },
endpoints, endpoints,
logger: new AgentLogger(LogLevel.debug), logger: new AgentLogger(LogLevel.debug),
autoUpdateStorageOnStartup: true,
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment