bugfixing

This commit is contained in:
MuslemRahimi 2024-11-24 13:40:33 +01:00
parent bd56264aad
commit e8934395fc

View File

@ -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 {