From fe3706892db31264ee509642c900c3b80ad974f0 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Mon, 3 Apr 2023 15:55:20 +0200 Subject: [PATCH] [FIX] shift: Repair effective typo in postinit Signed-off-by: Carmen Bianca BAKKER --- shift/post_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shift/post_init.py b/shift/post_init.py index 3694fc3de..54af73d95 100644 --- a/shift/post_init.py +++ b/shift/post_init.py @@ -17,7 +17,7 @@ "always_update": "shift.always_update", "last_planning_seq": "shift.last_planning_seq", "next_planning_date": "shift.next_planning_date", - "irregular_unsubscribe": "shift.irregular_unsubscribe", + "irregular_counter_to_unsubscribe": "shift.irregular_counter_to_unsubscribe", "regular_counter_to_unsubscribe": "shift.regular_counter_to_unsubscribe", "min_percentage_presence": "shift.min_percentage_presence", "regular_next_shift_limit": "shift.regular_next_shift_limit",