Skip to content

Commit 6bccaa9

Browse files
committed
feat(api): merge query
Signed-off-by: Adam Setch <[email protected]>
1 parent ee79b7f commit 6bccaa9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@
148148
"*": "biome check --fix --no-errors-on-unmatched",
149149
"*.{js,ts,tsx}": "pnpm test --findRelatedTests --passWithNoTests --updateSnapshot"
150150
}
151-
}
151+
}

src/renderer/utils/notifications/handlers/commit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { getNotificationAuthor } from './utils';
1818
class CommitHandler extends DefaultHandler {
1919
readonly type = 'Commit';
2020

21-
async enrich(
21+
async fetchAndEnrich(
2222
notification: Notification,
2323
settings: SettingsState,
2424
_fetchedData?: unknown,

src/renderer/utils/notifications/handlers/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { getNotificationAuthor } from './utils';
1818
class ReleaseHandler extends DefaultHandler {
1919
readonly type = 'Release';
2020

21-
async enrich(
21+
async fetchAndEnrich(
2222
notification: Notification,
2323
settings: SettingsState,
2424
): Promise<GitifySubject> {

0 commit comments

Comments
 (0)