From 143f22762b5c4ef56b684071db262cec2a2f47a4 Mon Sep 17 00:00:00 2001 From: OxSaitama Date: Wed, 10 May 2023 22:02:01 +0200 Subject: [PATCH] remove iv --- src/Customer/File.ts | 3 --- 1 file changed, 3 deletions(-) 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;