Remove unnecessary else
This commit is contained in:
parent
77a9c24dab
commit
93da50652a
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ pub fn get(id: []const u8, request: *jetzig.Request) !jetzig.View {
|
|||
if (artists.len > 1) return request.redirect("http://127.0.0.1:8080", .found);
|
||||
break :blk artists[0].id;
|
||||
},
|
||||
else => unreachable,
|
||||
};
|
||||
|
||||
var root = try request.data(.object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue