Skip to content

Commit a3d04ba

Browse files
committed
fix: notification count operation name
1 parent 0996b9c commit a3d04ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/velog-web/src/prefetch/getNotificationCount.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default async function getNotificationCount(): Promise<number> {
1515
if (!isLogged) return 0
1616

1717
const body: GraphqlRequestBody = {
18-
operationName: 'notificationCount',
18+
operationName: 'notNoticeNotificationCount',
1919
query: NotNoticeNotificationCountDocument,
2020
variables: {},
2121
}

0 commit comments

Comments
 (0)