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 3563cfd commit 093c894Copy full SHA for 093c894
src/services/events/hooks.tsx
@@ -99,6 +99,7 @@ export const OwnerContextQueryOpts = ({
99
status: 404,
100
data: {},
101
dev: 'OwnerContextQueryOpts - 404 Failed to parse data',
102
+ error: parsedRes.error,
103
})
104
}
105
@@ -180,6 +181,7 @@ export const RepoContextQueryOpts = ({
180
181
182
183
dev: 'RepoContextQueryOpts - 404 Failed to parse data',
184
185
186
187
0 commit comments