Skip to content

Commit

Permalink
SNOW-1801434-Add-GUID-to-request-in-NODE.js-driver: Removed old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fpawlowski committed Dec 5, 2024
1 parent d109f10 commit 08cc997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/test_utils/httpInterceptorUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class Interceptors {
if (!interceptor) {
interceptor = new Interceptor(methodName, hookType, callback);
}
// this.interceptorsMap.get(interceptor.methodName)[interceptor.hookType] = interceptor;
this.interceptorsMap[interceptor.methodName][interceptor.hookType] = interceptor;
}

Expand Down

0 comments on commit 08cc997

Please sign in to comment.