Skip to content

Commit

Permalink
chore: remove channel and video ID migration feature
Browse files Browse the repository at this point in the history
- Removed the MigrationWorker service from `Program.cs`
- Deleted the entire `MigrationWorker.cs` file, which involved channel & video ID migration operations

Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed Jun 23, 2024
1 parent f08951b commit 8aeff09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 175 deletions.
1 change: 0 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@

services.AddSingleton<IUploaderService, UploaderService>();

services.AddHostedService<MigrationWorker>();
services.AddHostedService<MonitorWorker>();
services.AddHostedService<RecordWorker>();
services.AddSingleton<RecordService>();
Expand Down
174 changes: 0 additions & 174 deletions Workers/MigrationWorker.cs

This file was deleted.

0 comments on commit 8aeff09

Please sign in to comment.