feat: fix iv

This commit is contained in:
Nevo David 2025-10-17 01:10:27 +07:00
parent 40bfb612ae
commit ac13f44bbf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export class PostsController {
@EventPattern('post', Transport.REDIS)
async post(data: { id: string }) {
console.log('processing', data);
console.log('process', data);
try {
return await this._postsService.post(data.id);
} catch (err) {