mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-07 00:11:41 +00:00
it ain't async
This commit is contained in:
@@ -506,7 +506,7 @@ router.post(
|
||||
ip: req.ip,
|
||||
userAgent: req.headers["user-agent"] as string,
|
||||
});
|
||||
return res.json(await Message.prototype.withSignedComponents.call(message.withSignedAttachments(sign), sign));
|
||||
return res.json(Message.prototype.withSignedComponents.call(message.withSignedAttachments(sign), sign));
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user