updates
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ module.exports = async function ({ key, payload }) {
|
||||
});
|
||||
}
|
||||
)
|
||||
.write(payload)
|
||||
.write(JSON.stringify(payload))
|
||||
.end();
|
||||
});
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ module.exports = async function ({ key, payload }) {
|
||||
});
|
||||
}
|
||||
)
|
||||
.write(payload)
|
||||
.write(JSON.stringify(payload))
|
||||
.end();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user