diff --git a/src/redux/actions/notifications.js b/src/redux/actions/notifications.js index 54f5e1d..fcaaa68 100644 --- a/src/redux/actions/notifications.js +++ b/src/redux/actions/notifications.js @@ -2,7 +2,7 @@ import * as ACTIONS from 'constants/action_types'; import Notification from 'types/Notification'; -export function doNotify(notification: Notification, notificationProps: NotificationProps) { +export function doNotify(notification: Notification, notificationProps) { return { type: ACTIONS.CREATE_NOTIFICATION, data: {