Skip to content

Commit

Permalink
fix: status is no longer a field name
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 19, 2024
1 parent bacb9b4 commit eb8f175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pub const Plugin = struct {
const mem = Memory.init(offset, length);
return http.HttpResponse{
.memory = mem,
.status = status,
.statusCode = status,
};
}
};

0 comments on commit eb8f175

Please sign in to comment.