mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
fix: clone message object
This commit is contained in:
parent
35cc83a560
commit
728ecbfb03
@ -117,7 +117,9 @@ class SNSService extends BaseService {
|
||||
}
|
||||
}
|
||||
|
||||
await this.on_from_sns({ message });
|
||||
await this.on_from_sns({
|
||||
message: { ...message }
|
||||
});
|
||||
res.status(200).send('Thanks SNS');
|
||||
},
|
||||
}).attach(app);
|
||||
|
Loading…
Reference in New Issue
Block a user