@@ -98,7 +98,7 @@ async function main() {
app.post('/:instanceId', async (req, res) => {
const apikey = req.headers['X-BatchHttp-Api-Key'];
const apikey = req.headers['x-batchhttp-api-key'];
if (apikey !== API_KEY) {
res.status(401).send({
error: "Invalid API Key"
The note is not visible to the blocked user.