migrations: Remove comment TODO

Should be okay with them there.
This commit is contained in:
IRHM
2026-07-10 22:08:04 +01:00
parent d5baee0df7
commit dd0bae137f
-1
View File
@@ -52,7 +52,6 @@ var migrations = []Migration{
Model(&entity.Activity{}).
Where("type IN ?", []entity.ActivityType{
entity.IMPORTED_ADDED_WATCHED,
// TODO: Should these be here?:
entity.IMPORTED_ADDED_WATCHED_JF,
entity.IMPORTED_ADDED_WATCHED_PLEX,
}).