Skip to content

Commit afb492d

Browse files
committed
fix: lint
1 parent 4317c09 commit afb492d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/modules/global/utils.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class Utils {
1111
timeout: process.env.REVIEW_SERVICE_PRISMA_TIMEOUT
1212
? parseInt(process.env.REVIEW_SERVICE_PRISMA_TIMEOUT, 10)
1313
: 10000,
14-
}
15-
}
14+
},
15+
};
1616
}
1717
}

0 commit comments

Comments
 (0)