mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:38:28 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -115,8 +115,8 @@ const hoisted = vi.hoisted(() => {
|
||||
|
||||
const startGatewayConfigReloader = vi.fn(
|
||||
(opts: { onHotReload: typeof onHotReload; onRestart: typeof onRestart }) => {
|
||||
onHotReload = opts.onHotReload as typeof onHotReload;
|
||||
onRestart = opts.onRestart as typeof onRestart;
|
||||
onHotReload = opts.onHotReload;
|
||||
onRestart = opts.onRestart;
|
||||
return { stop: reloaderStop };
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user