Skip to content

Commit

Permalink
fix: correct webhooks import path
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefreitas committed Nov 30, 2024
1 parent 67133d9 commit 7c65e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from models.memory import Memory, MemorySource
from models.notification_message import NotificationMessage
from models.plugin import Plugin, UsageHistoryType
from omi.backend.utils.webhooks import notifications_history_webhook
from utils.webhooks import notifications_history_webhook
from utils.apps import get_available_apps, weighted_rating
from utils.notifications import send_notification
from utils.other.endpoints import timeit
Expand Down
1 change: 1 addition & 0 deletions backend/utils/webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from typing import List

import requests
from backend.models.notification_message import NotificationMessage
import websockets

from database.redis_db import get_user_webhook_db, user_webhook_status_db, disable_user_webhook_db, \
Expand Down

0 comments on commit 7c65e55

Please sign in to comment.