Skip to content

Commit 7372bb3

Browse files
committed
fix: remove unhandled event fields
1 parent a2948a4 commit 7372bb3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/docker-img.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Login to Digital Ocean and create a directory
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- develop
77

src/utils/applicantNotifications/NotificationService.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export const fetchNotifications = async (
1515
message
1616
read
1717
createdAt
18-
eventType
19-
eventId
2018
}
2119
}`,
2220
variables: { userId },

0 commit comments

Comments
 (0)