mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
send vlaue
This commit is contained in:
parent
fd05f18c40
commit
3b7b0f3339
1 changed files with 1 additions and 1 deletions
|
@ -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 = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue