Skip to content

Commit dff68e6

Browse files
committed
fix: ignore permissions for notification insertion
1 parent 50820eb commit dff68e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

india_compliance/gst_india/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ def create_notification(
10781078
"email_content": message_content.get("body"),
10791079
}
10801080
)
1081-
notification.insert()
1081+
notification.insert(ignore_permissions=True)
10821082

10831083

10841084
def enable_autocommit(fn):

0 commit comments

Comments
 (0)