Remove redundant duplicate mimetype field which doesn't conform to spec (#7045)

This commit is contained in:
Michael Telatynski
2021-10-28 09:40:38 +01:00
committed by GitHub
parent 27e16362b6
commit 82807434b8
4 changed files with 95 additions and 30 deletions

View File

@@ -18,7 +18,6 @@
export interface IEncryptedFile {
url: string;
mimetype?: string;
key: {
alg: string;
key_ops: string[]; // eslint-disable-line camelcase