Skip to content

Commit

Permalink
fix eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
callemand committed Jul 11, 2023
1 parent 2e7eb38 commit 610e423
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion front/src/components/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ import TuyaSetupPage from '../routes/integration/all/tuya/setup-page';
import TuyaDiscoverPage from '../routes/integration/all/tuya/discover-page';

// NodeRed integration
import NodeRedPage from "../routes/integration/all/node-red/setup-page";
import NodeRedPage from '../routes/integration/all/node-red/setup-page';

const defaultState = getDefaultState();
const store = createStore(defaultState);
Expand Down
2 changes: 0 additions & 2 deletions server/services/node-red/lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ async function init() {
}

await this.saveConfiguration(configuration);

return null;
}

module.exports = {
Expand Down

0 comments on commit 610e423

Please sign in to comment.