Skip to content

Commit

Permalink
one more output error
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 562951709ac2a997a59e74ed51f4eb744b3b26387f4e19d6639e215b4fd54351
  • Loading branch information
arcade committed Dec 11, 2024
1 parent d23b891 commit dd6f58a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl TelegramTransport {
}
},
_ => {
self.debug("Attachment has bad ContentType header.").await?;
self.debug("Attachment has bad ContentType header\\.").await?;
},
};
};
Expand Down

0 comments on commit dd6f58a

Please sign in to comment.