Skip to content

Commit c89bf1f

Browse files
committed
Improve error handling
1 parent 2deaa43 commit c89bf1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

backend/src/reports/reports.service.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { Injectable, NotFoundException, InternalServerErrorException, Logger } from '@nestjs/common';
1+
import {
2+
Injectable,
3+
NotFoundException,
4+
InternalServerErrorException,
5+
Logger,
6+
} from '@nestjs/common';
27
import { ConfigService } from '@nestjs/config';
38
import {
49
DynamoDBClient,

0 commit comments

Comments
 (0)