Skip to content

Commit

Permalink
Use defaultServiceErrorHandler as the service error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Dec 8, 2024
1 parent cadbcfe commit d6be699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ object ArmeriaServerBuilder {
new ArmeriaServerBuilder(
(armeriaBuilder, _) => armeriaBuilder.pure,
socketAddress = defaults.IPv4SocketAddress,
serviceErrorHandler = DefaultServiceErrorHandler,
serviceErrorHandler = defaultServiceErrorHandler[F],
banner = defaults.Banner
)

Expand Down

0 comments on commit d6be699

Please sign in to comment.