Skip to content

Commit 26625f7

Browse files
committed
Fix lint
1 parent 6286f54 commit 26625f7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • lambdas/api-handler/src/config

lambdas/api-handler/src/config/deps.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ function createDBHealthcheck(environment: EnvVars): DBHealthcheck {
4747
return new DBHealthcheck(createDocumentClient(), config);
4848
}
4949

50-
function createMIRepository(
51-
log: Logger,
52-
environment: EnvVars,
53-
): MIRepository {
50+
function createMIRepository(log: Logger, environment: EnvVars): MIRepository {
5451
const config = {
5552
miTableName: environment.MI_TABLE_NAME,
5653
miTtlHours: environment.MI_TTL_HOURS,

0 commit comments

Comments
 (0)