Skip to content

Commit

Permalink
fix(scheduler-service): lint fix (#30)
Browse files Browse the repository at this point in the history
SFO-92
  • Loading branch information
rashisf authored Jun 24, 2020
1 parent 09c513e commit 9dd77ad
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
33 changes: 25 additions & 8 deletions services/scheduler-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/scheduler-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@loopback/boot": "^2.3.1",
"@loopback/context": "^3.8.2",
"@loopback/context": "^3.9.0",
"@loopback/core": "^2.7.0",
"@loopback/repository": "^2.5.1",
"@loopback/rest": "^5.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Calendar Event Service', () => {
afterEach(() => sinon.restore());
beforeEach(setUp);

describe('checks for primary subscription and returns it', async () => {
describe('checks for primary subscription and returns it', () => {
it('returns the subscription', async () => {
const calendarId = 'dummy';
const subscription = new Subscription({
Expand Down

0 comments on commit 9dd77ad

Please sign in to comment.