Skip to content

Commit 58b0dea

Browse files
committed
CW-mark-as-read-in-space Refactoring
1 parent f5ba1e5 commit 58b0dea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/shared/hooks/useCases/useUpdateCommonSeenState.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import useNotification from "../useNotification";
66

77
interface Return {
88
markCommonAsSeen: (
9-
commonId: string
9+
commonId: string,
10+
delay?: number,
1011
) => ReturnType<typeof setTimeout>;
1112
}
1213

0 commit comments

Comments
 (0)