rename worker to actor
This commit is contained in:
@@ -88,7 +88,6 @@ async fn main() -> std::io::Result<()> {
|
||||
cert: args.cert.clone(),
|
||||
key: args.key.clone(),
|
||||
tls_port: args.tls_port,
|
||||
webhooks: args.webhooks,
|
||||
circles: std::collections::HashMap::new(), // Empty circles when using CLI
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user