Skip to content

Commit b13ba38

Browse files
committed
Adding export in index.mustache
1 parent caa0502 commit b13ba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/cybersource-javascript-template/index.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
exports.LogConfiguration = require('./authentication/logging/LogConfiguration.js');
9999
exports.SensitiveDataTags = require('./authentication/logging/SensitiveDataTags.js');
100100
exports.SensitiveDataMasker = require('./authentication/logging/SensitiveDataMasker.js');
101-
101+
exports.ExternalLoggerWrapper = require('./authentication/logging/ExternalLoggerWrapper.js');
102102
return exports;<={{ }}=>
103103
}));

0 commit comments

Comments
 (0)