Skip to content

Commit

Permalink
Merge pull request #724 from Worktez/dev-angular
Browse files Browse the repository at this point in the history
Dev angular
  • Loading branch information
viv9k authored Sep 17, 2022
2 parents dc1f02d + 4b0dbc3 commit 48578c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install ESLint
run: |
npm install [email protected] --force
npm install eslint-config-google --save-dev
npm install eslint-config-google --force
- name: Run ESLint
run: cd functions/ && npx eslint .
Expand Down
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const { filters } = require("./model/filters/filters");
const { requestDemo } = require("./model/requestDemo/requestDemo");
const { meet } = require("./model/meet/meet");

exports.users = users
exports.users = users;
exports.tasks = tasks;
exports.organization = organization;
exports.teams = teams;
Expand Down

0 comments on commit 48578c9

Please sign in to comment.