File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/renderer/utils/notifications/handlers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 148148 "*" : " biome check --fix --no-errors-on-unmatched" ,
149149 "*.{js,ts,tsx}" : " pnpm test --findRelatedTests --passWithNoTests --updateSnapshot"
150150 }
151- }
151+ }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { getNotificationAuthor } from './utils';
1818class CommitHandler extends DefaultHandler {
1919 readonly type = 'Commit' ;
2020
21- async enrich (
21+ async fetchAndEnrich (
2222 notification : Notification ,
2323 settings : SettingsState ,
2424 _fetchedData ?: unknown ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { getNotificationAuthor } from './utils';
1818class ReleaseHandler extends DefaultHandler {
1919 readonly type = 'Release' ;
2020
21- async enrich (
21+ async fetchAndEnrich (
2222 notification : Notification ,
2323 settings : SettingsState ,
2424 ) : Promise < GitifySubject > {
You can’t perform that action at this time.
0 commit comments