V 1.1.0 - Bearbeiten bei Liste geht, auch Löschen.

This commit is contained in:
rxf
2025-09-01 18:47:31 +02:00
parent 90662d8d0b
commit 6466bb2d92
7 changed files with 124 additions and 90 deletions

View File

@@ -40,7 +40,6 @@ export function getCollections() {
export const update_pflux = async(sn, doc) => {
try {
let r = await prop_fluxCollection.findOne({_id: sn})
await prop_fluxCollection.updateOne({_id: sn},{ $set: { 'chip': doc}})
return {"error": null}
} catch (e) {