Skip to content

Commit

Permalink
fix: debug header type
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 committed Aug 30, 2024
1 parent eedbd99 commit 65011c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kafka/kafka.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class KafkaService implements OnModuleInit, OnModuleDestroy {
);
const htmlContent = message.value.toString();
const pdf = await this.puppeteerService.generatePDF(htmlContent);
console.log(message.headers.uuid, typeof message.headers.uuid);
await this.minioService.uploadPdf(
message.headers.uuid,
Buffer.from(pdf),
Expand Down

0 comments on commit 65011c7

Please sign in to comment.