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 3d02b13 commit 442f1dfCopy full SHA for 442f1df
src/lib/project-fetcher-hoc.jsx
@@ -83,7 +83,7 @@ const ProjectFetcherHOC = function (WrappedComponent) {
83
method: 'GET',
84
uri: `https://api.smalruby.app/scratch-api-proxy/projects/${projectId}`,
85
json: true
86
- }
+ };
87
xhr(options, (error, response) => {
88
if (error || response.statusCode !== 200) {
89
return reject(new Error(response.status));
0 commit comments