cimpress-fulfiller-identity
Version:
Thin client library for Cimpress' Fulfiller Identity service
14 lines (13 loc) • 343 B
JavaScript
;
module.exports = {
captureAsyncFunc: function captureAsyncFunc(arg, cb) {
cb({
addAnnotation: function addAnnotation() {},
addMetadata: function addMetadata() {},
addError: function addError() {},
close: function close() {}
});
}, captureAWS: function captureAWS(arg) {
return arg;
}
};