Skip to content

Commit

Permalink
fix: provoke pipeline start
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Jan 10, 2024
1 parent e5b3520 commit ab38846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/theme/theme-import/theme-import.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ThemeImportComponent implements OnInit {
}
this.checkThemeExistence()
} else {
console.error('Theme Import Error: not valid data ')
console.error('Theme Import Error: not valid data')
this.themeImportError = true
}
} catch (err) {
Expand Down

0 comments on commit ab38846

Please sign in to comment.