fix: merge build failure

This commit is contained in:
CJ van den Berg 2025-03-06 21:21:52 +01:00
parent a1d6c1b2e8
commit 136986cc89
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -676,7 +676,6 @@ const cmds = struct {
const Ctx = command.Context;
const Meta = command.Metadata;
const Result = command.Result;
const Meta = command.Metadata;
pub fn restart(_: *Self, _: Ctx) Result {
try tp.self_pid().send("restart");