Skip to content

Commit

Permalink
chore(structure): update type
Browse files Browse the repository at this point in the history
Co-authored-by: Bjørge Næss <[email protected]>
  • Loading branch information
RitaDias and bjoerge authored Sep 24, 2024
1 parent 9dcb7c7 commit 94cbe8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ export const DocumentPaneProvider = memo((props: DocumentPaneProviderProps) => {
)

useEffect(() => {
let timeout: NodeJS.Timeout
let timeout: ReturnType<typeof setTimeout>
if (connectionState === 'reconnecting') {
timeout = setTimeout(() => {
pushToast({
Expand Down

0 comments on commit 94cbe8c

Please sign in to comment.