Skip to content

Commit

Permalink
fix: remove comment (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 authored Feb 6, 2024
1 parent d4b3e0a commit d2423af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/server/src/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ pub async fn run_rpc_server(
.recover(handle_rejection);

rpc_server.set_module_registrator_handler(|port| {
// Registers service for every port
QuestsServiceRegistration::register_service(port, QuestsServiceImplementation {})
});

Expand Down

0 comments on commit d2423af

Please sign in to comment.