We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6286f54 commit 26625f7Copy full SHA for 26625f7
1 file changed
lambdas/api-handler/src/config/deps.ts
@@ -47,10 +47,7 @@ function createDBHealthcheck(environment: EnvVars): DBHealthcheck {
47
return new DBHealthcheck(createDocumentClient(), config);
48
}
49
50
-function createMIRepository(
51
- log: Logger,
52
- environment: EnvVars,
53
-): MIRepository {
+function createMIRepository(log: Logger, environment: EnvVars): MIRepository {
54
const config = {
55
miTableName: environment.MI_TABLE_NAME,
56
miTtlHours: environment.MI_TTL_HOURS,
0 commit comments