update endpoint

This commit is contained in:
MuslemRahimi 2024-06-13 14:16:18 +02:00
parent 8b66649a3f
commit 17861ccda5
3 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@ query_template = f"""
symbol = ?
"""
def filter_data_quarterly(data):
# Generate a range of quarter-end dates from the start to the end date
start_date = data[0]['date']

BIN
app/ml_models/__pycache__/classification.cpython-310.pyc Executable file → Normal file

Binary file not shown.

View File

@ -11,7 +11,7 @@ module.exports = function (fastify, opts, done) {
try {
output = await pb.collection("notifications").getFullList({
filter: `opUser="${userId}"`,
filter: `opUser="${userId}" && readed = false`,
expand: 'user,post,comment',
sort: '-created'
});