Fix integration share (#3002)

This commit is contained in:
Denis Bykhov 2023-04-17 20:54:03 +06:00 committed by GitHub
parent f590002b94
commit 60278a9423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@
const client = getClient()
async function change (shared: Ref<Account>[]) {
integration.shared = shared
await client.update(integration, {
shared
})