mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -16,7 +16,7 @@ export function withEndingSlash(url: string) {
|
||||
|
||||
export function concat(base: string, ...parts: string[]) {
|
||||
let url = base;
|
||||
for (let p of parts) {
|
||||
for (const p of parts) {
|
||||
url = withEndingSlash(url) + p;
|
||||
}
|
||||
return url;
|
||||
|
||||
Reference in New Issue
Block a user