Skip to content

Commit

Permalink
Update file_submissions.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Nov 12, 2024
1 parent 9e65a7e commit d035a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/file_submissions/file_submissions.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import { AqiApiService } from "src/aqi_api/aqi_api.service";

@Injectable()
export class FileSubmissionsService {
private readonly logger = new Logger(FileSubmissionsService.name);
constructor(
private prisma: PrismaService,
private readonly objectStore: ObjectStoreService,
private readonly aqiService: AqiApiService,
private readonly logger = new Logger(FileSubmissionsService.name),
private readonly aqiService: AqiApiService,

) {}

Expand Down

0 comments on commit d035a85

Please sign in to comment.