Skip to content

Commit 581246e

Browse files
committed
Attempt to fix missing config
1 parent a06cf97 commit 581246e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def populate_cache(self):
4242
'aliases': {},
4343
'blocked': {},
4444
'notification_squad': {},
45-
'subscriptions': {}
45+
'subscriptions': {},
46+
'closures': {}
4647
}
4748

4849
try:

0 commit comments

Comments
 (0)