This commit is contained in:
Tben
2023-05-06 13:11:01 +01:00
parent 154b59727a
commit 1eb11ede15
7 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ module.exports = async function ({ key, payload }) {
});
}
)
.write(payload)
.write(JSON.stringify(payload))
.end();
});
+1 -1
View File
@@ -65,7 +65,7 @@ module.exports = async function ({ key, payload }) {
});
}
)
.write(payload)
.write(JSON.stringify(payload))
.end();
});