Skip to content

Commit

Permalink
Fix the undefined "imageBase64" variable error on syncing diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
whimet committed Dec 16, 2023
1 parent 30e9bef commit 56d2d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/syncService.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function syncDiagram(currentItem) {
const data = {
token,
id,
imageBase64,
name: title,
content: js,
description: 'Shared diagram from https://app.zenuml.com',
Expand Down

0 comments on commit 56d2d0e

Please sign in to comment.