Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed May 19, 2024
1 parent 1dea272 commit 175048b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion POCUploadStream/ClientApp/src/components/Dropzone.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Component } from 'react'
import React, { Component } from 'react'
import './Dropzone.css'

class Dropzone extends Component {
Expand Down
2 changes: 1 addition & 1 deletion POCUploadStream/ClientApp/src/components/Progress.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Component } from 'react'
import React, { Component } from 'react'
import './Progress.css'

class Progress extends Component {
Expand Down
2 changes: 1 addition & 1 deletion POCUploadStream/ClientApp/src/components/Upload.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Component } from 'react'
import React, { Component } from 'react'
import './Upload.css';
import Dropzone from './Dropzone';
import Progress from './Progress';
Expand Down
1 change: 0 additions & 1 deletion POCUploadStream/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
if (env.IsDevelopment())
app.UseDeveloperExceptionPage();

else
app.UseExceptionHandler("/Error");
app.UseStaticFiles();
Expand Down

0 comments on commit 175048b

Please sign in to comment.