Skip to content

Commit

Permalink
fix: remove unsupported node: protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliheym committed Oct 2, 2023
1 parent f2101d5 commit 6900de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/driver/async-local-storage/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AsyncLocalStorage } from 'node:async_hooks';
import { AsyncLocalStorage } from 'async_hooks';

import { StorageKey, StorageValue, StorageDriver, Storage } from '../interface';

Expand Down

0 comments on commit 6900de4

Please sign in to comment.