We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2a10e commit 8003f7aCopy full SHA for 8003f7a
packages/instrumentation-typeorm/src/typeorm.ts
@@ -158,7 +158,7 @@ export class TypeormInstrumentation extends InstrumentationBase<TypeormInstrumen
158
this._wrap(
159
moduleExports.EntityManager.prototype,
160
method,
161
- this._patchEntityManagerFunction(method)
+ this._patchEntityManagerFunction(method.trim())
162
);
163
});
164
0 commit comments