Skip to content

Commit 39edb02

Browse files
Pluto-YDiamondYuan
authored andcommitted
fix the notion format
1 parent 00f467b commit 39edb02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/backend/services/notion/service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export default class NotionDocumentService implements DocumentService {
164164
spaceId: spaceId,
165165
},
166166
spaceId: spaceId,
167+
signedToken: fileUrl.signedToken,
167168
},
168169
},
169170
});
@@ -318,6 +319,7 @@ export default class NotionDocumentService implements DocumentService {
318319
const result = await this.requestWithCookie.post<{
319320
url: string;
320321
signedPutUrl: string;
322+
signedToken: string;
321323
}>('api/v3/getUploadFileUrl', {
322324
bucket: 'temporary',
323325
name: fileName,

0 commit comments

Comments
 (0)