Skip to content

Commit 442f1df

Browse files
committed
style: eslint
1 parent 3d02b13 commit 442f1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/project-fetcher-hoc.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const ProjectFetcherHOC = function (WrappedComponent) {
8383
method: 'GET',
8484
uri: `https://api.smalruby.app/scratch-api-proxy/projects/${projectId}`,
8585
json: true
86-
}
86+
};
8787
xhr(options, (error, response) => {
8888
if (error || response.statusCode !== 200) {
8989
return reject(new Error(response.status));

0 commit comments

Comments
 (0)