group-seen-fix-2
All checks were successful
deploy / deploy (push) Successful in 1m13s

This commit is contained in:
2023-12-22 18:30:56 +03:00
parent dbe4dd760b
commit 940fb121e4
2 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,6 @@ from sqlalchemy import and_
from orm.notification import NotificationSeen
from services.db import local_session
from resolvers.model import Notification, NotificationSeenResult, NotificationReaction
from resolvers.load import get_notifications_grouped
from typing import List
import strawberry
import logging