Skip to content

Commit

Permalink
fix: ant type
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 8, 2024
1 parent cefe68f commit b74dc75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions apps/dashboard/src/api/activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ export function getActivityList(
});
}

export function getActivityStats() {
return get<{ stats: any }>('/notifications/stats');
}

export function getActivityGraphStats() {
return get<{ stats: any }>('/notifications/graph/stats');
}

export function getNotification(notificationId: string, environment: IEnvironment) {
return get<{ data: Activity }>(`/notifications/${notificationId}`, {
environment,
Expand Down
1 change: 1 addition & 0 deletions apps/dashboard/src/components/auth/inbox-playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export function InboxPlayground() {
};

initializeDemoWorkflow();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [data]);

const handleSendNotification = async () => {
Expand Down

0 comments on commit b74dc75

Please sign in to comment.