Skip to content

Commit

Permalink
chore: generate README
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 7, 2024
1 parent 9db8756 commit cc0bdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async fn main() {
let create = actor
.create_record()
.data(data.clone())
.data_format("application/json".to_string())
.data_format("text/plain".to_string())
.process()
.await
.unwrap();
Expand Down

0 comments on commit cc0bdac

Please sign in to comment.