We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7969b commit 5a7f9d6Copy full SHA for 5a7f9d6
dist/index.js
@@ -967,9 +967,7 @@ class runtimeHttpClient_RuntimeHttpClient {
967
Object(core.debug)(e)
968
}
969
970
- return {
971
- success: false,
972
- }
+ return { success: false };
973
974
975
/**
src/runtimeHttpClient.js
@@ -65,9 +65,7 @@ export class RuntimeHttpClient {
65
core.debug(e)
66
67
68
69
70
71
72
73
0 commit comments