Skip to content

Commit

Permalink
add missing paren
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Dec 20, 2024
1 parent e1a8327 commit d069e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinode/src/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub async fn sqlite(
.message(Message::Response((
Response {
inherit: false,
body: serde_json::to_vec(&SqliteResponse::Erre))
body: serde_json::to_vec(&SqliteResponse::Err(e))
.unwrap(),
metadata: None,
capabilities: vec![],
Expand Down

0 comments on commit d069e7e

Please sign in to comment.