mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
oops
This commit is contained in:
parent
9b3ee7cae6
commit
87f574f6cf
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = (server: http.Server) => {
|
|||
payload = payload.body;
|
||||
}
|
||||
if (type.startsWith('api:')) {
|
||||
type = payload.type.replace('api:', 'api-res:');
|
||||
type = type.replace('api:', 'api-res:');
|
||||
}
|
||||
connection.send(JSON.stringify({
|
||||
type: type,
|
||||
|
|
Loading…
Reference in a new issue