send vlaue

This commit is contained in:
cutestnekoaqua 2023-03-30 18:05:39 +02:00
parent fd05f18c40
commit 3b7b0f3339

View File

@ -119,7 +119,7 @@ const exportNotes = () => {
const importPosts = async (ev) => {
const file = await selectFile(ev.currentTarget ?? ev.target);
os.api('i/import-posts', { fileId: file.id, signatureCheck: signatureCheck }).then(onImportSuccess).catch(onError);
os.api('i/import-posts', { fileId: file.id, signatureCheck: signatureCheck.value }).then(onImportSuccess).catch(onError);
};
const exportFollowing = () => {