Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhgrg committed Nov 27, 2019
1 parent 4bcd016 commit 54cfeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/gh-publishmenu-scheduled.js
Expand Up @@ -6,10 +6,10 @@ import {inject as service} from '@ember/service';

export default Component.extend({
clock: service(),
session: service(),

post: null,
saveType: null,
session: service(),
isClosing: null,

// used to set minDate in datepicker
Expand Down

0 comments on commit 54cfeaa

Please sign in to comment.