Skip to content

Commit 11ea616

Browse files
committed
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
1 parent 0ee97f0 commit 11ea616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/observability_solution/synthetics/public/utils/api_service

x-pack/plugins/observability_solution/synthetics/public/utils/api_service/api_service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ApiService {
5454
if (isRight(decoded)) {
5555
return decoded.right as T;
5656
} else {
57-
// This was changed from using template literals to using %s string
57+
// This was changed from using template literals to using %s string
5858
// interpolation, but the previous version included the apiUrl value
5959
// twice. To ensure the log output doesn't change, this continues.
6060
//

0 commit comments

Comments
 (0)