Skip to content

Commit

Permalink
jspoc: fix origin match
Browse files Browse the repository at this point in the history
  • Loading branch information
qti3e committed Feb 13, 2024
1 parent 9820211 commit 6976f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/js-poc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async fn handle_request(
)
.await
{
Some(_) => todo!(),
Some(hash) => hash,
None => {
connection
.write_payload(b"Failed to fetch from origin")
Expand Down

0 comments on commit 6976f4b

Please sign in to comment.