fix: ignore integration request when deleting doc

This commit is contained in:
Smit Vora 2022-06-26 12:53:38 +05:30
parent 568702967e
commit b6963b1dec

View file

@ -31,6 +31,7 @@ doctypes_to_skip = (
"Notification Log",
"Email Queue",
"Document Share Key",
"Integration Request",
)