Skip to content

Commit b69a246

Browse files
committed
style: fix format
1 parent 25f2ba5 commit b69a246

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web/src/urls.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ export const appPath = (() => {
1212
}
1313

1414
// Remove trailing slash if present
15-
return envValue.endsWith("/")
16-
? envValue.slice(0, -1)
17-
: envValue;
15+
return envValue.endsWith("/") ? envValue.slice(0, -1) : envValue;
1816
})();
1917

2018
console.log({ appPath });

0 commit comments

Comments
 (0)