diff options
Diffstat (limited to 'src/context.zig')
| -rw-r--r-- | src/context.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/context.zig b/src/context.zig index 54ece18..6e73b5d 100644 --- a/src/context.zig +++ b/src/context.zig @@ -9,7 +9,6 @@ allocator: std.mem.Allocator, request: *std.http.Server.Request, storage: *Storage, fingerprint: []const u8, -user: ?[]const u8 = null, response: struct { headers: struct { content_type: []const u8 = "application/json", |