Gateway: mark restart callback promise as intentionally detached

This commit is contained in:
joshavant
2026-02-22 15:38:06 -08:00
committed by Peter Steinberger
parent eb855f75ce
commit 1560f02561

View File

@@ -291,7 +291,7 @@ export function startGatewayConfigReloader(opts: {
return;
}
restartQueued = true;
opts.onRestart(plan, nextConfig);
void opts.onRestart(plan, nextConfig);
};
const handleMissingSnapshot = (snapshot: ConfigFileSnapshot): boolean => {