Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Dec 11, 2024
1 parent 0b5ad47 commit 2d28fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unikernel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ struct
in
Middleware.apply_middleware
(middlewares ~form_csrf user)
(fun reqd -> f ~json_dict user)
(fun _reqd -> f ~json_dict user)
reqd

let authenticate_user ~check_admin ~check_token store reqd =
Expand Down

0 comments on commit 2d28fd3

Please sign in to comment.