diff --git a/src/Customer/File.ts b/src/Customer/File.ts index 047e9f2..c613cb8 100644 --- a/src/Customer/File.ts +++ b/src/Customer/File.ts @@ -19,9 +19,6 @@ export default class File extends Resource { @Expose() public file_path!: string; - @Expose() - public iv!: string; - @Expose() @IsDate() public created_at: Date | null = null;