Skip to content

Commit 83bcd25

Browse files
committed
chore: Restore eslint directive
1 parent c0feb25 commit 83bcd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/network-controller/src/create-network-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export function createNetworkClient({
178178

179179
const destroy = () => {
180180
// TODO: Either fix this lint violation or explain why it's necessary to ignore.
181-
181+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
182182
blockTracker.destroy();
183183
};
184184

0 commit comments

Comments
 (0)