Skip to content

Commit

Permalink
chore: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Feb 21, 2024
1 parent d5a600f commit 3bad86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watcher/watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class Watcher extends Component {
}
}

store.eventStore.insertEventsFromFile(event.note, event);
store.eventStore.insertEventsFromFile(event.note!, event);
}
}
);
Expand Down

0 comments on commit 3bad86a

Please sign in to comment.