srctree

Gregory Mullen parent fb71966d 83cdca16
fix crash from legacy code before errors existed

inlinesplit
src/endpoints/commit-flex.zig added: 2, removed: 2, total 0
@@ -408,5 +408,5 @@ pub fn commitFlex(ctx: *Context) Error!void {
try ctx.putContext("Months", .{ .block = groups.items });
}
return ctx.sendTemplate(&tmpl) catch unreachable;
}
@@ -408,5 +408,5 @@ pub fn commitFlex(ctx: *Context) Error!void {
try ctx.putContext("Months", .{ .block = groups.items });
}
return try ctx.sendTemplate(&tmpl);
}