Skip to content

Commit

Permalink
Fixed a build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël committed Apr 8, 2019
1 parent 22d7145 commit 713b676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/notes/notes.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class NotesComponent implements OnInit, OnDestroy {
}
}

private getSelectedNoteIds() {
public getSelectedNoteIds() {
return this.notes.filter(x => x.isSelected).map(x => x.id);
}

Expand Down

0 comments on commit 713b676

Please sign in to comment.