style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-02 18:32:29 +00:00
parent 7e46ce9c5f
commit 0bdee56dc3
10 changed files with 19 additions and 21 deletions

View file

@ -1,4 +1,4 @@
import { LearningObjectIdentifier } from "@dwengo-1/common/interfaces/learning-content";
import { LearningObjectIdentifier } from '@dwengo-1/common/interfaces/learning-content';
export function isValidHttpUrl(url: string): boolean {
try {