We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0996b9c commit a3d04baCopy full SHA for a3d04ba
packages/velog-web/src/prefetch/getNotificationCount.ts
@@ -15,7 +15,7 @@ export default async function getNotificationCount(): Promise<number> {
15
if (!isLogged) return 0
16
17
const body: GraphqlRequestBody = {
18
- operationName: 'notificationCount',
+ operationName: 'notNoticeNotificationCount',
19
query: NotNoticeNotificationCountDocument,
20
variables: {},
21
}
0 commit comments