fix(receipt-import): add missing UseGuards import in receipt-import.controller.ts

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Nils-Johan Gynther
2026-05-03 10:54:36 +02:00
parent b2eb870ec7
commit 2612a64ca5
@@ -4,6 +4,7 @@ import {
Post,
Request,
UploadedFile,
UseGuards,
UseInterceptors,
BadRequestException,
} from '@nestjs/common';