diff options
Diffstat (limited to 'packages/server/src/utils/paths.ts')
| -rw-r--r-- | packages/server/src/utils/paths.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/utils/paths.ts b/packages/server/src/utils/paths.ts index 6da3d4ab..4ff74897 100644 --- a/packages/server/src/utils/paths.ts +++ b/packages/server/src/utils/paths.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -import path from 'node:path'; // Import the 'path' module +import path from 'node:path'; /** * Shortens a path string if it exceeds maxLen, prioritizing the start and end segments. |
