We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8ef26 commit 8d7abfdCopy full SHA for 8d7abfd
src/app/test/page.tsx
@@ -2,7 +2,6 @@
2
3
import { myBookmarks } from "@/backend/services/bookmark.action";
4
import { toast } from "@/components/toast";
5
-import { actionPromisify, sleep } from "@/lib/utils";
6
7
const Page = () => {
8
return (
@@ -12,7 +11,6 @@ const Page = () => {
12
11
const res = await toast.promise(
13
myBookmarks({ limit: 1, page: 1, offset: 0 })
14
);
15
- toast.success(res!);
16
}}
17
>
18
open
0 commit comments