Skip to content

Commit 756ef1f

Browse files
committed
fix linting
1 parent fbac991 commit 756ef1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function wrapUnleashClient(
2525
const updateListeners = new Set<() => void>();
2626

2727
// Reference to the final proxy (will be assigned below)
28+
// eslint-disable-next-line prefer-const
2829
let proxyClient: WrappedUnleashClient;
2930

3031
// Create a partial object with only the methods we're intercepting.

0 commit comments

Comments
 (0)