Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit b6ee036

Browse files
committed
[client] fix send_mail mutation
1 parent 0f345c4 commit b6ee036

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pycti/entities/opencti_user.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,8 @@ def send_mail(self, **kwargs):
802802
}
803803
query = """
804804
mutation SendUserMail($input: SendUserMailInput!) {
805-
sendUserMail(input: $input) {
805+
sendUserMail(input: $input)
806806
}
807-
}
808807
"""
809808
self.opencti.query(query, {"input": input})
810809

0 commit comments

Comments
 (0)