Skip to content

Commit 5e15b7b

Browse files
Merge pull request #381 from abhishek-lambda/AT-281
add newWindow
2 parents 2c3b9a0 + d156f39 commit 5e15b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessibility/scanner/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async function processAccessibilityReport(url,newWindow) {
134134
apiUrl: reportAPI
135135
};
136136
try{
137-
let response = await sendScanData(currentWindow,payloadToSend);
137+
let response = await sendScanData(newWindow,payloadToSend);
138138
console.log("Accessibility Report Response:", response);
139139
}catch(e){
140140
console.error("Error in Accessibility Report Response:",e);

0 commit comments

Comments
 (0)