bugfixing
This commit is contained in:
parent
bd56264aad
commit
e8934395fc
@ -8,7 +8,6 @@ module.exports = function (fastify, opts, done) {
|
|||||||
fastify.post('/get-price-alert', async (request, reply) => {
|
fastify.post('/get-price-alert', async (request, reply) => {
|
||||||
const data = request.body;
|
const data = request.body;
|
||||||
const userId = data?.userId;
|
const userId = data?.userId;
|
||||||
|
|
||||||
let output;
|
let output;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user