style: fix linting issues met ESLint

This commit is contained in:
Lint Action 2025-03-11 05:14:04 +00:00
parent a69e2625af
commit bdbfe380be
4 changed files with 5 additions and 5 deletions

View file

@ -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 {