Skip to content

Commit

Permalink
fix(pre-commit): pre-commit linting and commit message checking fix
Browse files Browse the repository at this point in the history
pre-commit linting and commit message checking fix

n/a
  • Loading branch information
jdreSAG committed May 3, 2023
1 parent 15434a3 commit 99e4c09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion src/datapoints-graph/datapoints-graph-widget.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ async function loadConfigComponent() {
),
loadComponent: loadViewComponent,
loadConfigComponent: loadConfigComponent,
previewImage: '/apps/sag-pkg-community-plugins/c8y-widget-preview-img/datapoints-graph-widget.png',
previewImage:
'/apps/sag-pkg-community-plugins/c8y-widget-preview-img/datapoints-graph-widget.png',
resolve: {
datapoints: DynamicDatapointsResolver,
},
Expand Down

0 comments on commit 99e4c09

Please sign in to comment.