Skip to content

Commit aa9acfc

Browse files
committed
feat: remove disposed from instrumentation list
1 parent e1f8395 commit aa9acfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nuxt/src/runtime/plugins/storage.server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ function instrumentDriver(driver: MaybeInstrumentedDriver, mountBase: string): D
7676
'getKeys',
7777
'getMeta',
7878
'clear',
79-
'dispose',
8079
];
8180

8281
for (const methodName of methodsToInstrument) {

0 commit comments

Comments
 (0)