Commit 52a199f0 authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

(fix) apply prettier fixes

1 merge request!494WIP: epic/post-scheduler
Pipeline #79429893 running with stages
......@@ -35,7 +35,7 @@ export class PosterDateSelectorComponent {
validate(newDate) {
const date = new Date(newDate);
const threeMonths = new Date();
threeMonths.setMonth(threeMonths.getMonth() + 3);
if (date >= threeMonths) {
......
......@@ -74,7 +74,7 @@ export class ChannelSortedComponent implements OnInit {
protected clientMetaService: ClientMetaService,
@SkipSelf() injector: Injector,
protected cd: ChangeDetectorRef,
public client: Client,
public client: Client
) {
this.clientMetaService
.inherit(injector)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment