fix(email_account): select backend_app_flow when retrieving email_account

This commit is contained in:
Boris Schrijver 2025-02-17 11:40:21 +01:00
parent d0c3a8ee56
commit 01916192be
No known key found for this signature in database

View file

@ -887,6 +887,7 @@ def pull(now=False):
.select(
doctype.name,
doctype.auth_method,
doctype.backend_app_flow,
doctype.connected_app,
doctype.connected_user,
)