style: fix linting issues met ESLint
This commit is contained in:
parent
a69e2625af
commit
bdbfe380be
4 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ export interface LearningObjectNode {
|
|||
transitions: Transition[];
|
||||
created_at: string;
|
||||
updatedAt: string;
|
||||
done?: boolean; // true if a submission exists for this node by the user for whom the learning path is customized.
|
||||
done?: boolean; // True if a submission exists for this node by the user for whom the learning path is customized.
|
||||
}
|
||||
|
||||
export interface LearningPath {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue