summaryrefslogtreecommitdiff
path: root/packages/server/src/utils/paths.ts
diff options
context:
space:
mode:
authorJacob Richman <[email protected]>2025-05-02 14:39:39 -0700
committerGitHub <[email protected]>2025-05-02 14:39:39 -0700
commit0556358560f065dec5e35fd5b0544b18ddcc4495 (patch)
tree8ca5ca20991b2950b2360839d35b53d3c03f34ed /packages/server/src/utils/paths.ts
parent69d1c644d9034138ed7418f4450230756e84ad93 (diff)
Cleanup low value comments. (#248)
Diffstat (limited to 'packages/server/src/utils/paths.ts')
-rw-r--r--packages/server/src/utils/paths.ts2
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.