File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -284,9 +284,9 @@ Filter Conditions | State: changes to : Closed
284
284
try {
285
285
var r = new sn_ws.RESTMessageV2('HackerOne', 'Close Report');
286
286
r.setStringParameterNoEscape('sys_id', current.sys_id);
287
- // Set the HackerOne report state.
288
- // Possible state changes can be found here https://api.hackerone.com/core-resources/#reports-change-state
289
- r.setStringParameterNoEscape('hackerone_report_state', 'resolved');
287
+ // Set the HackerOne report state.
288
+ // Possible state changes can be found here https://api.hackerone.com/core-resources/#reports-change-state
289
+ r.setStringParameterNoEscape('hackerone_report_state', 'resolved');
290
290
var response = r.execute();
291
291
}
292
292
catch(ex) {
You can’t perform that action at this time.
0 commit comments