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 96bfebb commit 2aa5399Copy full SHA for 2aa5399
packages/opentelemetry-plugin-ioredis/src/ioredis.ts
@@ -44,7 +44,7 @@ export class IORedisPlugin extends BasePlugin<typeof ioredisTypes> {
44
this._patchConnection()
45
);
46
47
- return this._moduleExports.prototype;
+ return this._moduleExports;
48
}
49
50
protected unpatch(): void {
0 commit comments