You've already forked obsidian-visualiser
WebSocket API, new ID/encrypt/decrypt algorithm.
This commit is contained in:
@@ -39,7 +39,9 @@ export default defineEventHandler(async (e) => {
|
||||
db.transaction((tx) => {
|
||||
tx.update(campaignTable).set({
|
||||
name: body.data.name,
|
||||
description: body.data.description,
|
||||
public_notes: body.data.public_notes,
|
||||
dm_notes: body.data.dm_notes,
|
||||
settings: body.data.settings,
|
||||
}).where(eq(campaignTable.id, id)).run();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user