Skip to content

Commit 762b936

Browse files
committed
Remove unused deps
1 parent 1f2b88b commit 762b936

File tree

1 file changed

+1
-1
lines changed
  • templates/patterns/complete-patterns/cdk-crud-api-with-event-publisher/lambdas/put-by-id/src

1 file changed

+1
-1
lines changed

templates/patterns/complete-patterns/cdk-crud-api-with-event-publisher/lambdas/put-by-id/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use lambda_http::{Error, IntoResponse, Request, RequestPayloadExt, Response, run, service_fn};
22
use lambda_http::http::StatusCode;
33

4-
use shared::{ApplicationError, CreateOrderCommand, OrderRepository, UpdateOrderCommand, UpdateOrderCommandHandler};
4+
use shared::{ApplicationError, OrderRepository, UpdateOrderCommand, UpdateOrderCommandHandler};
55

66
#[tokio::main]
77
async fn main() -> Result<(), Error>{

0 commit comments

Comments
 (0)