We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fcd40 commit 1d1eaefCopy full SHA for 1d1eaef
src/routes/api/Datapoints/+server.ts
@@ -57,6 +57,8 @@ export async function POST(event: {
57
var results: { [k: string]: any } = {};
58
let errorHappened = false;
59
60
+ console.log("Input: " +input);
61
+
62
for (const k of Object.keys(input)) {
63
try {
64
input[k].id = k;
0 commit comments