Skip to content

Commit

Permalink
fix: code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Mar 13, 2024
1 parent 9db4503 commit 6c2c653
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/theme/theme-designer/theme-designer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ export class ThemeDesignerComponent implements OnInit {

saveImage(currThemeName: string, fieldType: string, files: FileList) {
// Set request parameter
if (!currThemeName || currThemeName === '') return
let requestParameters: UploadImageRequestParams
const blob = new Blob([files[0]], { type: files[0].type })
let imageType: RefType = RefType.Logo
Expand Down

0 comments on commit 6c2c653

Please sign in to comment.