From 60f330f67f786d58e8dd93368753ca0d74e9f1fd Mon Sep 17 00:00:00 2001 From: tzhangchi Date: Mon, 1 Aug 2022 15:25:40 +0800 Subject: [PATCH] refactor(src): restore apk accept to application/affine --- libs/datasource/jwt/src/adapter/yjs/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/datasource/jwt/src/adapter/yjs/index.ts b/libs/datasource/jwt/src/adapter/yjs/index.ts index ddace6db7c..1037d9e3f6 100644 --- a/libs/datasource/jwt/src/adapter/yjs/index.ts +++ b/libs/datasource/jwt/src/adapter/yjs/index.ts @@ -346,7 +346,7 @@ export class YjsAdapter implements AsyncDatabaseAdapter { description: 'AFFiNE Package', accept: { // eslint-disable-next-line @typescript-eslint/naming-convention - 'application/AFFiNE': ['.apk'], + 'application/affine': ['.apk'], }, }, ],