Skip to content

Commit

Permalink
fix: interval ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes committed Jan 1, 2024
1 parent 437285c commit 886ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { createNotebookList, setDialogHTML } from "./util";
import { updateNotes } from "./notes";

let newNoteDialog;
let joplin_md_pull_sync_interval: NodeJS.Timer;
let joplin_md_pull_sync_interval: NodeJS.Timeout;
let interval;

export const createSettings = async () => {
Expand Down

0 comments on commit 886ea8d

Please sign in to comment.