Skip to content

Commit d0690a4

Browse files
committed
linting
Signed-off-by: lewisbirks <22620804+lewisbirks@users.noreply.github.com>
1 parent cb6413e commit d0690a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/Localization/localize-http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const response = await fetch(
22
`${JENKINS_URL}/i18n/resourceBundle?baseName=io.jenkins.plugins.designlibrary.localize`,
3-
)
3+
);
44
const json = await response.json();
55
const i18n = json.data;
66

0 commit comments

Comments
 (0)