fix: complete first version issue remediation
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { AsyncLocalStorage } from 'node:async_hooks';
|
||||
|
||||
export const requestContext = new AsyncLocalStorage<{ ipAddress?: string }>();
|
||||
Reference in New Issue
Block a user