mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-25 15:35:12 +00:00
Fix
This commit is contained in:
parent
dc53f52c65
commit
2baf318517
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const migrate = async (doc) => {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
return added && result.ok === 1
|
return result.ok === 1
|
||||||
}
|
}
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
|
|
Loading…
Reference in a new issue