Skip to content

Commit

Permalink
refactor(atom): update INotify.notify() signature
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 28, 2022
1 parent f4cb33a commit a2c00e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atom/src/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,5 +376,5 @@ export class History<T> implements IHistory<T> {

/** {@inheritDoc @thi.ng/api#INotify.notify} */
// @ts-ignore: mixin
notify(e: Event): void {}
notify(e: Event): boolean {}
}

0 comments on commit a2c00e8

Please sign in to comment.