mirror of
https://github.com/plankanban/planka.git
synced 2025-12-15 17:23:19 +03:00
ref: Remove board types, refactoring
This commit is contained in:
@@ -18,7 +18,9 @@ module.exports = {
|
||||
},
|
||||
|
||||
async fn(inputs) {
|
||||
const attachment = await Attachment.updateOne(inputs.record.id).set(inputs.values);
|
||||
const { values } = inputs;
|
||||
|
||||
const attachment = await Attachment.updateOne(inputs.record.id).set({ ...values });
|
||||
|
||||
if (attachment) {
|
||||
sails.sockets.broadcast(
|
||||
|
||||
Reference in New Issue
Block a user