Merge pull request #1452 from placeAtlas/cleanup

Cleanup sync
This commit is contained in:
Stefano 2023-07-10 20:30:26 +02:00 committed by GitHub
commit 54ddcd1335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 192 additions and 168 deletions

View File

@ -273,7 +273,7 @@ function initDraw() {
function generateExportObject() {
const exportObject = {
id: -1,
id: entry ? entry.id : -1,
name: nameField.value,
description: descriptionField.value,
links: {},

File diff suppressed because it is too large Load Diff