Skip to content

Commit ad7227f

Browse files
committed
fix lint
1 parent 4d2bbc1 commit ad7227f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascripts/discourse/services/links-settings.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export default class NormalizedProfileLinks extends Service {
1818
return null;
1919
}
2020

21-
const normalizedBase = baseUrl.endsWith("/") || baseUrl.endsWith("@") ? baseUrl : baseUrl + "/";
21+
const normalizedBase =
22+
baseUrl.endsWith("/") || baseUrl.endsWith("@") ? baseUrl : baseUrl + "/";
2223
return `${normalizedBase}${username}`;
2324
}
2425

0 commit comments

Comments
 (0)