Skip to content

Commit f5ba1e5

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/shared/hooks/useCases/useUpdateCommonSeenState.ts

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

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

0 commit comments

Comments
 (0)