Skip to content

Commit

Permalink
fix(youtube): wrong worker type
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotonQuantum committed Apr 11, 2022
1 parent bb18a60 commit 26a4c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/youtube/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async fn main() -> Result<()> {
let worker_fut = YoutubeWorker::new(config.clone(), registry.clone()).join(
config.coordinator_url.clone(),
config.id,
"twitter",
"youtube",
);
let server = serve(&config, registry, mq);

Expand Down

0 comments on commit 26a4c3e

Please sign in to comment.