fix(company): remove redundant line for logo in Company interface

This commit is contained in:
2026-01-23 12:59:51 -06:00
parent 37a3787625
commit 709cb7ef0a

View File

@@ -19,8 +19,7 @@ export interface Company {
responsible_last_name: string | null;
responsible_mother_last_name: string | null;
responsible_rfc?: string | null;
position?: string | null;
logo?: string | null;
position?: string | null;
has_express_line?: boolean;
is_service_company?: boolean;
order_format_type?: string | null;