diff --git a/fastify/get-price-alert/server.js b/fastify/get-price-alert/server.js index 2091465..58a2ea1 100755 --- a/fastify/get-price-alert/server.js +++ b/fastify/get-price-alert/server.js @@ -8,7 +8,6 @@ module.exports = function (fastify, opts, done) { fastify.post('/get-price-alert', async (request, reply) => { const data = request.body; const userId = data?.userId; - let output; try {