Skip to content

Commit bb66ec5

Browse files
karbassiCopilot
andauthored
Update coderdojochi/notifications.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8b04d48 commit bb66ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coderdojochi/notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SlackNotification:
1313
}
1414

1515
def __init__(self):
16-
self.payload = self.DEFAULT_PAYLOAD
16+
self.payload = self.DEFAULT_PAYLOAD.copy()
1717

1818
def send(self):
1919
res = requests.post(

0 commit comments

Comments
 (0)