Skip to content

Commit

Permalink
chore: impl
Browse files Browse the repository at this point in the history
  • Loading branch information
satler-git committed Dec 24, 2024
1 parent c770d80 commit 1f5be85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
worker-build

wasm-bindgen-cli

gosmee
];
};
};
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async fn webhook(req: Request, ctx: RouteContext<()>) -> Result<Response> {
return Response::error("Unauthorised (signature did not match)", 403);
}

todo!()
Response::empty() // TODO:
} else {
Response::error("Unauthorised (signature does not exit)", 403)
}
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "satler-bot"
main = "build/worker/shim.mjs"
compatibility_date = "2024-12-22"
compatibility_date = "2024-09-25"

[build]
command = "worker-build --release"
Expand Down

0 comments on commit 1f5be85

Please sign in to comment.