community[patch]: Small Fix in OutlookMessageLoader (Close the Message once Open) (#22744)

- **Description:** A very small fix where we close the message when it
opened
- **Issue:** #22729
This commit is contained in:
Mohammad Mohtashim 2024-06-11 01:08:39 +05:00 committed by GitHub
parent 86a3f6edf1
commit c3cce98d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,3 +116,4 @@ class OutlookMessageLoader(BaseLoader):
"date": msg.date, "date": msg.date,
}, },
) )
msg.close()