Skip to content

Commit 131a90f

Browse files
committed
fix(backend): no information template in monitoring collection
1 parent dc5177a commit 131a90f

File tree

1 file changed

+1
-11
lines changed
  • apps/backend/src/miscellaneous

1 file changed

+1
-11
lines changed

apps/backend/src/miscellaneous/mod.rs

+1-11
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,7 @@ meta! {
6060
InProgress, (None, "Media items that I am currently watching.");
6161
Completed, (None, "Media items that I have completed.");
6262
Custom, (None, "Items that I have created manually.");
63-
Monitoring, (Some(
64-
vec![
65-
CollectionExtraInformation {
66-
name: "Days".to_string(),
67-
description: "How many days do you want to monitor for?".to_string(),
68-
lot: CollectionExtraInformationLot::Number,
69-
default_value: Some("30".to_string()),
70-
required: None,
71-
},
72-
]
73-
), "Items that I am keeping an eye on.");
63+
Monitoring, (None, "Items that I am keeping an eye on.");
7464
Owned, (Some(
7565
vec![
7666
CollectionExtraInformation {

0 commit comments

Comments
 (0)