Skip to content

Commit

Permalink
✨Fixed legacy usage
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Jul 15, 2024
1 parent 9944120 commit 9554282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfdraw/plugins/middlewares/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def process(
)
)
meta = PngInfo()
meta.add_text("request", self.request.json())
meta.add_text("request", self.request.model_dump_json())
t = time.time()
audit = self.plugin.image_should_audit
upload = ImageUploader.upload_image
Expand Down

0 comments on commit 9554282

Please sign in to comment.