Skip to content

Commit

Permalink
fix: 修复imagine不发送图片的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukai committed May 29, 2023
1 parent 1862e0b commit 9f8c013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mj-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export class MJApi {
} else {
image = FileBox.fromUrl(req.body.imageUrl);
}
room.say(image);
}
}
return res.status(200).send({ code: 1 });
Expand Down

0 comments on commit 9f8c013

Please sign in to comment.