feat: fix iv
This commit is contained in:
parent
40bfb612ae
commit
ac13f44bbf
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue