small-fix

This commit is contained in:
Untone 2023-10-17 00:45:22 +03:00
parent 12e5743d24
commit aaa1527770

View File

@ -26,7 +26,7 @@ type NotificationsContextType = {
showNotificationsPanel: () => void
hideNotificationsPanel: () => void
markNotificationAsRead: (notification: ServerNotification) => Promise<void>
setMessageHandler: (MessageHandler) => void
setMessageHandler: (h: MessageHandler) => void
}
}