Skip to content

Commit 8f2e388

Browse files
committed
[Zig/Httpz] fix #4
1 parent d3349ac commit 8f2e388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Zig/httpz/src/endpoints.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const httpz = @import("httpz");
33
const pg = @import("pg");
44
const datetimez = @import("datetimez");
55

6-
pub var date_str = "";
6+
pub var date_str: []u8 = "";
77

88
pub const Global = struct {
99
pool: *pg.Pool,

0 commit comments

Comments
 (0)