We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b922fee + 2e3d82b commit addfe2aCopy full SHA for addfe2a
API/Backend/Draw/routes/draw.js
@@ -204,7 +204,7 @@ const clipOver = function (
204
historyIndex: lastHistory[0].history_id + 1,
205
history: lastHistory[0].history,
206
};
207
- } else return { historyIndex: 0, history: [] };
+ } else return { historyIndex: 0, history: null };
208
})
209
.then((historyObj) => {
210
let history = historyObj.history;
@@ -335,7 +335,7 @@ const clipUnder = function (
335
336
337
338
339
340
341
0 commit comments