mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
fix missing transaction usage at notifyClientsAboutChangesDelayed
This commit is contained in:
@@ -36,7 +36,8 @@ export const notifyClientsAboutChangesDelayed = async ({ familyId, sourceDeviceI
|
|||||||
} : {
|
} : {
|
||||||
familyId
|
familyId
|
||||||
},
|
},
|
||||||
attributes: ['deviceAuthToken']
|
attributes: ['deviceAuthToken'],
|
||||||
|
transaction
|
||||||
})).map((item) => ({
|
})).map((item) => ({
|
||||||
deviceAuthToken: item.deviceAuthToken
|
deviceAuthToken: item.deviceAuthToken
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user